Searched refs:cp_parser_oacc_simple_clause (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 36967 cp_parser_oacc_simple_clause (location_t loc, enum omp_clause_code code, in cp_parser_oacc_simple_clause() function 39843 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_AUTO, in cp_parser_oacc_all_clauses() 39896 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_FINALIZE, in cp_parser_oacc_all_clauses() 39919 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT, in cp_parser_oacc_all_clauses() 39924 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_INDEPENDENT, in cp_parser_oacc_all_clauses() 39937 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_NOHOST, in cp_parser_oacc_all_clauses() 39969 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_SEQ, in cp_parser_oacc_all_clauses()
|
H A D | ChangeLog-2015 | 1209 (cp_parser_oacc_simple_clause): New.
|
H A D | ChangeLog-2019 | 4933 * parser.c (cp_parser_oacc_simple_clause): Remove parser formal
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 34612 cp_parser_oacc_simple_clause (location_t loc, enum omp_clause_code code, in cp_parser_oacc_simple_clause() function 37047 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_AUTO, 37100 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_FINALIZE, 37123 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT, 37128 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_INDEPENDENT, 37168 clauses = cp_parser_oacc_simple_clause (here, OMP_CLAUSE_SEQ,
|