Searched refs:c_parser_omp_construct (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 596 (c_parser_omp_construct): Handle PRAGMA_OMP_SCOPE. 606 (c_parser_omp_construct): Handle PRAGMA_OMP_MASKED. 993 (c_parser_omp_construct): Call it. 1121 (c_parser_omp_construct): Update call. 1290 (c_parser_omp_construct): Don't assert if error_mark_node is returned. 1809 (c_parser_omp_construct): Update accordingly. 2119 (c_parser_omp_construct): Handle PRAGMA_OMP_LOOP. 2705 (c_parser_omp_construct): Adjust c_parser_omp_master and 5055 c_parser_omp_taskloop, c_parser_omp_construct, c_parser_cilk_grainsize, 5380 (c_parser_omp_construct): Add host_data support. [all …]
|
H A D | c-parser.cc | 1570 static void c_parser_omp_construct (c_parser *, bool *); 12629 c_parser_omp_construct (parser, if_p); in c_parser_pragma() 22984 c_parser_omp_construct (c_parser *parser, bool *if_p) in c_parser_omp_construct() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 1538 static void c_parser_omp_construct (c_parser *, bool *); 12560 c_parser_omp_construct (parser, if_p); in c_parser_pragma() 21425 c_parser_omp_construct (c_parser *parser, bool *if_p) in c_parser_omp_construct() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2006 | 4332 * c-parser.c (c_parser_omp_construct): Call c_maybe_initialize_eh 22382 c_parser_omp_construct, c_parser_omp_threadprivate): New.
|
H A D | ChangeLog-2009 | 10058 * c-parser.c (c_parser_omp_construct): Likewise. 19720 (c_parser_omp_construct): Same.
|
H A D | ChangeLog-2008 | 17235 (c_parser_omp_construct): Handle PRAGMA_OMP_TASK.
|