Home
last modified time | relevance | path

Searched refs:oacc_routine_data (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1447 struct oacc_routine_data { struct
1463 struct oacc_routine_data * = NULL, argument
1752 static void c_finish_oacc_routine (struct oacc_routine_data *, tree, bool);
1864 struct oacc_routine_data *oacc_routine_data, in c_parser_declaration_or_fndef() argument
2004 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2005 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef()
2124 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2125 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef()
2252 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2253 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1475 struct oacc_routine_data { struct
1495 struct oacc_routine_data * = NULL, argument
1785 static void c_finish_oacc_routine (struct oacc_routine_data *, tree, bool);
1900 struct oacc_routine_data *oacc_routine_data in c_parser_declaration_or_fndef() argument
2041 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2042 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef()
2161 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2162 c_finish_oacc_routine (oacc_routine_data, NULL_TREE, false); in c_parser_declaration_or_fndef()
2285 if (oacc_routine_data) in c_parser_declaration_or_fndef()
2286 c_finish_oacc_routine (oacc_routine_data, d, false); in c_parser_declaration_or_fndef()
[all …]
H A DChangeLog4568 * c-parser.c (struct oacc_routine_data): Add error_seen and
4577 * c-parser.c (struct oacc_routine_data): New.