Searched refs:is_omp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 13509 c_parser_omp_clause_if (c_parser *parser, tree list, bool is_omp) in c_parser_omp_clause_if() argument 13518 if (is_omp && c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_if() 13633 if (!is_omp) in c_parser_omp_clause_if() 14646 bool is_omp, tree list) in c_parser_omp_clause_reduction() argument 14657 if (kind == OMP_CLAUSE_REDUCTION && is_omp) in c_parser_omp_clause_reduction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 13662 c_parser_omp_clause_if (c_parser *parser, tree list, bool is_omp) in c_parser_omp_clause_if() argument 13671 if (is_omp && c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_if() 13786 if (!is_omp) in c_parser_omp_clause_if() 14898 bool is_omp, tree list) in c_parser_omp_clause_reduction() argument 14909 if (kind == OMP_CLAUSE_REDUCTION && is_omp) in c_parser_omp_clause_reduction()
|
| H A D | ChangeLog | 4841 * c-typeck.c (handle_omp_array_sections_1): Replace bool is_omp 4977 is_omp, declare_simd, and is_cilk with enum c_omp_region_type ort.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 12437 bool ivdep, unsigned short unroll, bool is_omp) in cp_parser_range_for() argument 12499 if (is_omp) in cp_parser_range_for() 35067 bool is_omp) in cp_parser_omp_clause_if() argument 35076 if (is_omp && cp_lexer_next_token_is (parser->lexer, CPP_NAME)) in cp_parser_omp_clause_if() 35192 if (!is_omp) in cp_parser_omp_clause_if() 35747 bool is_omp, tree list) in cp_parser_omp_clause_reduction() argument 35757 if (kind == OMP_CLAUSE_REDUCTION && is_omp) in cp_parser_omp_clause_reduction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2016 | 2503 * semantics.c (handle_omp_array_sections_1): Replace bool is_omp 2506 (handle_omp_array_sections): Replace bool is_omp argument with enum
|
| H A D | parser.cc | 13535 bool ivdep, unsigned short unroll, bool is_omp) in cp_parser_range_for() argument 13597 if (is_omp) in cp_parser_range_for() 37437 bool is_omp) in cp_parser_omp_clause_if() argument 37446 if (is_omp && cp_lexer_next_token_is (parser->lexer, CPP_NAME)) in cp_parser_omp_clause_if() 37562 if (!is_omp) in cp_parser_omp_clause_if() 38217 bool is_omp, tree list) in cp_parser_omp_clause_reduction() argument 38227 if (kind == OMP_CLAUSE_REDUCTION && is_omp) in cp_parser_omp_clause_reduction()
|
| H A D | ChangeLog-2018 | 910 (cp_parser_for): Pass false as new is_omp argument to
|