Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dexpr.c1087 unsigned int lex_count; in _cpp_parse_expr() local
1095 lex_count = 0; in _cpp_parse_expr()
1104 lex_count++; in _cpp_parse_expr()
1127 saw_leading_not = lex_count == 1; in _cpp_parse_expr()
1217 if (pfile->mi_ind_cmacro && !(saw_leading_not && lex_count == 3)) in _cpp_parse_expr()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dexpr.c1305 unsigned int lex_count; in _cpp_parse_expr() local
1314 lex_count = 0; in _cpp_parse_expr()
1323 lex_count++; in _cpp_parse_expr()
1348 saw_leading_not = lex_count == 1; in _cpp_parse_expr()
1445 if (pfile->mi_ind_cmacro && !(saw_leading_not && lex_count == 3)) in _cpp_parse_expr()