Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
Dparse.rs614 let mut has_dot = false; in float_digits() localVariable
623 if has_dot { in float_digits()
634 has_dot = true; in float_digits()
646 if !(has_dot || has_exp) { in float_digits()
651 let token_before_exp = if has_dot { in float_digits()
/third_party/rust/crates/syn/src/
Dlit.rs1491 let mut has_dot = false; in parse_lit_float() localVariable
1509 if has_e || has_dot { in parse_lit_float()
1512 has_dot = true; in parse_lit_float()