Home
last modified time | relevance | path

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

/external/rust/crates/proc-macro2/src/
Dparse.rs609 let mut has_dot = false; in float_digits() localVariable
618 if has_dot { in float_digits()
630 has_dot = true; in float_digits()
642 if !(has_dot || has_exp) { in float_digits()
647 let token_before_exp = if has_dot { in float_digits()
/external/rust/crates/syn/src/
Dlit.rs1467 let mut has_dot = false; in parse_lit_float() localVariable
1485 if has_e || has_dot { in parse_lit_float()
1488 has_dot = true; in parse_lit_float()