Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Dparse.rs731 let mut has_dot = false; in float_digits() localVariable
740 if has_dot { in float_digits()
751 has_dot = true; in float_digits()
763 if !(has_dot || has_exp) { in float_digits()
768 let token_before_exp = if has_dot { in float_digits()
/linux/rust/syn/
H A Dlit.rs1787 let mut has_dot = false; in parse_lit_float() localVariable
1805 if has_e || has_dot { in parse_lit_float()
1808 has_dot = true; in parse_lit_float()