Searched refs:c_parser_oacc_shape_clause (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 2388 * c-parser.c (c_parser_oacc_shape_clause): Add loc formal 4007 * c-parser.c (c_parser_oacc_shape_clause): Likewise. 4469 c_parser_omp_clause_num_workers, c_parser_oacc_shape_clause, 5619 (c_parser_oacc_shape_clause): Allow pointer variables as gang static 5705 * c-parser.c (c_parser_oacc_shape_clause): New.
|
H A D | c-parser.cc | 14443 c_parser_oacc_shape_clause (c_parser *parser, location_t loc, in c_parser_oacc_shape_clause() function 16703 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_GANG, in c_parser_oacc_all_clauses() 16778 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_VECTOR, in c_parser_oacc_all_clauses() 16793 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_WORKER, in c_parser_oacc_all_clauses()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 14219 c_parser_oacc_shape_clause (c_parser *parser, location_t loc, in c_parser_oacc_shape_clause() function 16051 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_GANG, 16121 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_VECTOR, 16136 clauses = c_parser_oacc_shape_clause (parser, here, OMP_CLAUSE_WORKER,
|