Searched refs:c_finish_oacc_routine (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 2211 * c-parser.c (c_finish_oacc_routine): Rework checking if already 2216 (c_finish_oacc_routine): Call oacc_verify_routine_clauses. 2219 * c-parser.c (c_finish_oacc_routine): Refer to OpenACC 'routine' 4067 (c_finish_oacc_routine): Don't use %s to supply portions of the 4290 (c_finish_oacc_routine): Adjusted call to 4570 (c_finish_oacc_routine): Use these. 4580 (c_finish_oacc_routine): Likewise. Don't attach clauses to "omp 5573 (c_parser_declaration_or_fndef): Call c_finish_oacc_routine. 5576 (c_parser_oacc_routine, (c_finish_oacc_routine): New.
|
H A D | c-parser.cc | 1785 static void c_finish_oacc_routine (struct oacc_routine_data *, tree, bool); 2042 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef() 2162 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef() 2286 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef() 2373 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef() 2513 c_finish_oacc_routine (oacc_routine_data, current_function_decl, true); in c_parser_declaration_or_fndef() 17736 c_finish_oacc_routine (&data, decl, false); in c_parser_oacc_routine() 17784 c_finish_oacc_routine (struct oacc_routine_data *data, tree fndecl, in c_finish_oacc_routine() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1752 static void c_finish_oacc_routine (struct oacc_routine_data *, tree, bool); 2005 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef() 2125 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef() 2253 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef() 2334 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef() 2471 c_finish_oacc_routine (oacc_routine_data, current_function_decl, true); in c_parser_declaration_or_fndef() 17058 c_finish_oacc_routine (&data, decl, false); in c_parser_oacc_routine() 17106 c_finish_oacc_routine (struct oacc_routine_data *data, tree fndecl, in c_finish_oacc_routine() function
|