Searched refs:OMP_SINGLE_CLAUSES (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | omp-low.c | 1242 scan_sharing_clauses (OMP_SINGLE_CLAUSES (stmt), ctx); in scan_omp_single() 3364 if (find_omp_clause (OMP_SINGLE_CLAUSES (bsi_stmt (si)), in expand_omp_single() 3762 lower_copyprivate_clauses (OMP_SINGLE_CLAUSES (single_stmt), pre_p, in lower_omp_single_copy() 3797 lower_rec_input_clauses (OMP_SINGLE_CLAUSES (single_stmt), in lower_omp_single() 3815 OMP_RETURN_NOWAIT (t) = !!find_omp_clause (OMP_SINGLE_CLAUSES (single_stmt), in lower_omp_single()
|
| HD | tree-pretty-print.c | 1822 dump_omp_clauses (buffer, OMP_SINGLE_CLAUSES (node), spc, flags); in dump_generic_node()
|
| HD | tree.def | 1003 Operand 1: OMP_SINGLE_CLAUSES: List of clauses. */
|
| HD | tree.h | 1605 #define OMP_SINGLE_CLAUSES(NODE) TREE_OPERAND (OMP_SINGLE_CHECK (NODE), 1) macro
|
| HD | c-parser.c | 8361 OMP_SINGLE_CLAUSES (stmt) in c_parser_omp_single()
|
| HD | ChangeLog-2006 | 15025 OMP_SINGLE_CLAUSES, OMP_SINGLE_BODY,
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 2656 Operand @code{OMP_SINGLE_CLAUSES} is the list of clauses
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | parser.c | 21556 OMP_SINGLE_CLAUSES (stmt) in cp_parser_omp_single()
|