Home
last modified time | relevance | path

Searched refs:nested_if (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c6523 bool nested_if = false; in c_parser_if_statement() local
6536 first_body = c_parser_if_body (parser, &nested_if, if_tinfo); in c_parser_if_statement()
6579 if (nested_if) in c_parser_if_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc6494 bool nested_if = false; in c_parser_if_statement() local
6507 first_body = c_parser_if_body (parser, &nested_if, if_tinfo); in c_parser_if_statement()
6547 if (nested_if) in c_parser_if_statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c12015 bool nested_if; in cp_parser_selection_statement() local
12040 cp_parser_implicitly_scoped_statement (parser, &nested_if, in cp_parser_selection_statement()
12129 if (nested_if) in cp_parser_selection_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc13101 bool nested_if; in cp_parser_selection_statement() local
13126 cp_parser_implicitly_scoped_statement (parser, &nested_if, in cp_parser_selection_statement()
13212 if (nested_if) in cp_parser_selection_statement()