Home
last modified time | relevance | path

Searched refs:has_exp (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs732 let mut has_exp = false; in float_digits() localVariable
756 has_exp = true; in float_digits()
763 if !(has_dot || has_exp) { in float_digits()
767 if has_exp { in float_digits()
/linux/rust/syn/
H A Dlit.rs1720 let mut has_exp = false; in parse_lit_int() localVariable
1725 b'0'..=b'9' => has_exp = true, in parse_lit_int()
1728 if has_exp && crate::ident::xid_ok(suffix) { in parse_lit_int()
1736 if has_exp { in parse_lit_int()