Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.c3392 int have_suffix_p = 0; in cp_parser_string_literal() local
3431 have_suffix_p = 1; in cp_parser_string_literal()
3454 if (have_suffix_p == 0) in cp_parser_string_literal()
3457 have_suffix_p = 1; in cp_parser_string_literal()
3459 else if (have_suffix_p == 1 in cp_parser_string_literal()
3465 have_suffix_p = -1; in cp_parser_string_literal()
3535 if (have_suffix_p) in cp_parser_string_literal()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c4016 int have_suffix_p = 0; variable
4057 have_suffix_p = 1;
4081 if (have_suffix_p == 0)
4084 have_suffix_p = 1;
4086 else if (have_suffix_p == 1
4092 have_suffix_p = -1;
4173 if (have_suffix_p)