Searched refs:OMP_TASK_CLAUSES (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c2565 #define OMP_TASK_CLAUSES \ macro
3554 return match_omp (EXEC_OMP_TASK, OMP_TASK_CLAUSES);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c11000 for (tree c = OMP_TASK_CLAUSES (expr); c; c = OMP_CLAUSE_CHAIN (c))
11010 gimplify_scan_omp_clauses (&OMP_TASK_CLAUSES (expr), pre_p,
11011 omp_find_clause (OMP_TASK_CLAUSES (expr),
11026 gimplify_adjust_omp_clauses (pre_p, body, &OMP_TASK_CLAUSES (expr),
11030 OMP_TASK_CLAUSES (expr),
H A Dtree-pretty-print.c3323 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags);
H A Dtree.h1394 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc12251 for (tree c = OMP_TASK_CLAUSES (expr); c; c = OMP_CLAUSE_CHAIN (c))
12261 gimplify_scan_omp_clauses (&OMP_TASK_CLAUSES (expr), pre_p,
12262 omp_find_clause (OMP_TASK_CLAUSES (expr),
12277 gimplify_adjust_omp_clauses (pre_p, body, &OMP_TASK_CLAUSES (expr),
12281 OMP_TASK_CLAUSES (expr),
H A Dtree-pretty-print.cc3519 dump_omp_clauses (pp, OMP_TASK_CLAUSES (node), spc, flags);
H A Dtree.h1423 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc3631 #define OMP_TASK_CLAUSES \ macro
5631 return match_omp (EXEC_OMP_TASK, OMP_TASK_CLAUSES);
H A Dtrans-openmp.cc6722 OMP_TASK_CLAUSES (stmt) = gfc_trans_omp_clauses (&block,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18559 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
18562 OMP_TASK_CLAUSES (t) = tmp;
18567 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
H A Dsemantics.c8517 OMP_TASK_CLAUSES (stmt) = clauses;
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc19168 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
19171 OMP_TASK_CLAUSES (t) = tmp;
19176 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
H A Dsemantics.cc9920 OMP_TASK_CLAUSES (stmt) = clauses;
H A Dparser.cc[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c19122 OMP_TASK_CLAUSES (stmt) = clauses;
H A Dc-typeck.c12951 OMP_TASK_CLAUSES (stmt) = clauses;
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc13142 OMP_TASK_CLAUSES (stmt) = clauses;
H A Dc-parser.cc20461 OMP_TASK_CLAUSES (stmt) = clauses;

Completed in 1190 milliseconds