Searched refs:OMP_SECTIONS_CLAUSES (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2558 #define OMP_SECTIONS_CLAUSES \ macro
3400 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES);
3414 return match_omp (EXEC_OMP_SECTIONS, OMP_SECTIONS_CLAUSES);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc3623 #define OMP_SECTIONS_CLAUSES \ macro
5209 OMP_PARALLEL_CLAUSES | OMP_SECTIONS_CLAUSES);
5491 return match_omp (EXEC_OMP_SECTIONS, OMP_SECTIONS_CLAUSES);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.c3444 dump_omp_clauses (pp, OMP_SECTIONS_CLAUSES (node), spc, flags);
H A Dtree.h1410 #define OMP_SECTIONS_CLAUSES(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.cc3661 dump_omp_clauses (pp, OMP_SECTIONS_CLAUSES (node), spc, flags);
H A Dtree.h1439 #define OMP_SECTIONS_CLAUSES(NODE) TREE_OPERAND (OMP_SECTIONS_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c18877 OMP_SECTIONS_CLAUSES (ret) = clauses;
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc20146 OMP_SECTIONS_CLAUSES (ret) = clauses;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc[all...]

Completed in 407 milliseconds