Searched refs:c_parser_oacc_simple_clause (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 14580 c_parser_oacc_simple_clause (location_t loc, enum omp_clause_code code, in c_parser_oacc_simple_clause() function 16640 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_AUTO, in c_parser_oacc_all_clauses() 16693 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_FINALIZE, in c_parser_oacc_all_clauses() 16715 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT, in c_parser_oacc_all_clauses() 16720 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_INDEPENDENT, in c_parser_oacc_all_clauses() 16733 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_NOHOST, in c_parser_oacc_all_clauses() 16764 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_SEQ, in c_parser_oacc_all_clauses()
|
H A D | ChangeLog | 2390 (c_parser_oacc_simple_clause): Replace parser with loc formal 5706 (c_parser_oacc_simple_clause): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 14356 c_parser_oacc_simple_clause (location_t loc, enum omp_clause_code code, in c_parser_oacc_simple_clause() function 15988 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_AUTO, 16041 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_FINALIZE, 16063 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT, 16068 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_INDEPENDENT, 16107 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_SEQ,
|