Home
last modified time | relevance | path

Searched refs:OMP_SINGLE_CLAUSES (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDomp-low.c1242 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()
HDtree-pretty-print.c1822 dump_omp_clauses (buffer, OMP_SINGLE_CLAUSES (node), spc, flags); in dump_generic_node()
HDtree.def1003 Operand 1: OMP_SINGLE_CLAUSES: List of clauses. */
HDtree.h1605 #define OMP_SINGLE_CLAUSES(NODE) TREE_OPERAND (OMP_SINGLE_CHECK (NODE), 1) macro
HDc-parser.c8361 OMP_SINGLE_CLAUSES (stmt) in c_parser_omp_single()
HDChangeLog-200615025 OMP_SINGLE_CLAUSES, OMP_SINGLE_BODY,
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi2656 Operand @code{OMP_SINGLE_CLAUSES} is the list of clauses
/freebsd-11-stable/contrib/gcc/cp/
HDparser.c21556 OMP_SINGLE_CLAUSES (stmt) in cp_parser_omp_single()