Searched defs:if_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 6126 c_parser_statement (c_parser *parser, bool *if_p, location_t *loc_after_labels) in c_parser_statement() 6143 c_parser_statement_after_labels (c_parser *parser, bool *if_p, in c_parser_statement_after_labels() 6366 c_parser_c99_block_statement (c_parser *parser, bool *if_p, in c_parser_c99_block_statement() 6388 c_parser_if_body (c_parser *parser, bool *if_p, in c_parser_if_body() 6518 c_parser_if_statement (c_parser *parser, bool *if_p, vec<tree> *chain) in c_parser_if_statement() 6604 c_parser_switch_statement (c_parser *parser, bool *if_p) in c_parser_switch_statement() 6668 bool *if_p) in c_parser_while_statement() 6826 bool *if_p) in c_parser_for_statement() 12326 c_parser_pragma (c_parser *parser, enum pragma_context context, bool *if_p) in c_parser_pragma() 16502 c_parser_omp_structured_block (c_parser *parser, bool *if_p) in c_parser_omp_structured_block() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 6095 c_parser_statement (c_parser *parser, bool *if_p, location_t *loc_after_labels) in c_parser_statement() 6112 c_parser_statement_after_labels (c_parser *parser, bool *if_p, in c_parser_statement_after_labels() 6337 c_parser_c99_block_statement (c_parser *parser, bool *if_p, in c_parser_c99_block_statement() 6359 c_parser_if_body (c_parser *parser, bool *if_p, in c_parser_if_body() 6489 c_parser_if_statement (c_parser *parser, bool *if_p, vec<tree> *chain) in c_parser_if_statement() 6569 c_parser_switch_statement (c_parser *parser, bool *if_p) in c_parser_switch_statement() 6626 bool *if_p) in c_parser_while_statement() 6776 bool *if_p) in c_parser_for_statement() 12390 c_parser_pragma (c_parser *parser, enum pragma_context context, bool *if_p) in c_parser_pragma() 17179 c_parser_omp_structured_block (c_parser *parser, bool *if_p) in c_parser_omp_structured_block() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 11315 bool in_compound, bool *if_p, vec<tree> *chain, in cp_parser_statement() 11935 cp_parser_selection_statement (cp_parser* parser, bool *if_p, in cp_parser_selection_statement() 12842 cp_parser_iteration_statement (cp_parser* parser, bool *if_p, bool ivdep, in cp_parser_iteration_statement() 13213 cp_parser_implicitly_scoped_statement (cp_parser* parser, bool *if_p, in cp_parser_implicitly_scoped_statement() 13274 cp_parser_already_scoped_statement (cp_parser* parser, bool *if_p, in cp_parser_already_scoped_statement() 37628 cp_parser_omp_structured_block (cp_parser *parser, bool *if_p) in cp_parser_omp_structured_block() 38187 cp_parser_omp_critical (cp_parser *parser, cp_token *pragma_tok, bool *if_p) in cp_parser_omp_critical() 38981 tree *cclauses, bool *if_p) in cp_parser_omp_for_loop() 39420 bool *if_p) in cp_parser_omp_loop() 39469 bool *if_p) in cp_parser_omp_simd() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 12187 bool in_compound, bool *if_p, vec<tree> *chain, in cp_parser_statement() 12926 cp_parser_selection_statement (cp_parser* parser, bool *if_p, in cp_parser_selection_statement() 14022 cp_parser_iteration_statement (cp_parser* parser, bool *if_p, bool ivdep, in cp_parser_iteration_statement() 14387 cp_parser_implicitly_scoped_statement (cp_parser* parser, bool *if_p, in cp_parser_implicitly_scoped_statement() 14448 cp_parser_already_scoped_statement (cp_parser* parser, bool *if_p, in cp_parser_already_scoped_statement() 40458 cp_parser_omp_structured_block (cp_parser *parser, bool *if_p) in cp_parser_omp_structured_block() 41508 cp_parser_omp_critical (cp_parser *parser, cp_token *pragma_tok, bool *if_p) in cp_parser_omp_critical() 42425 tree *cclauses, bool *if_p) in cp_parser_omp_for_loop() 42866 bool *if_p) in cp_parser_omp_loop() 42915 bool *if_p) in cp_parser_omp_simd() [all …]
|