Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_IF (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gcc/
HDc-omp.c411 case OMP_CLAUSE_IF: in c_split_parallel_clauses()
HDtree-nested.c1168 case OMP_CLAUSE_IF: in convert_nonlocal_omp_clauses()
1460 case OMP_CLAUSE_IF: in convert_local_omp_clauses()
HDomp-low.c1005 case OMP_CLAUSE_IF: in scan_sharing_clauses()
1055 case OMP_CLAUSE_IF: in scan_sharing_clauses()
2192 c = find_omp_clause (clauses, OMP_CLAUSE_IF); in expand_parallel_call()
HDtree.h314 OMP_CLAUSE_IF, enumerator
1649 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF), 0)
HDgimplify.c4753 case OMP_CLAUSE_IF: in gimplify_scan_omp_clauses()
4897 case OMP_CLAUSE_IF: in gimplify_adjust_omp_clauses()
HDtree-pretty-print.c305 case OMP_CLAUSE_IF: in dump_omp_clause()
HDc-parser.c7489 check_no_duplicate_clause (list, OMP_CLAUSE_IF, "if"); in c_parser_omp_clause_if()
7491 c = build_omp_clause (OMP_CLAUSE_IF); in c_parser_omp_clause_if()
HDtree.c7643 case OMP_CLAUSE_IF: in walk_tree()
HDc-typeck.c9207 case OMP_CLAUSE_IF: in c_finish_omp_clauses()
HDChangeLog-20067952 * gimplify.c (gimplify_scan_omp_clauses) <OMP_CLAUSE_IF>: Call
13828 OMP_CLAUSE_COPYPRIVATE, OMP_CLAUSE_IF,
15198 OMP_CLAUSE_IF, OMP_CLAUSE_NUM_THREADS,
/NextBSD/contrib/gcc/cp/
HDsemantics.c3568 case OMP_CLAUSE_IF: in finish_omp_clauses()
HDparser.c20695 check_no_duplicate_clause (list, OMP_CLAUSE_IF, "if"); in cp_parser_omp_clause_if()
20697 c = build_omp_clause (OMP_CLAUSE_IF); in cp_parser_omp_clause_if()
HDpt.c8431 case OMP_CLAUSE_IF: in tsubst_omp_clauses()
/NextBSD/contrib/gcc/doc/
HDc-tree.texi2724 @code{OMP_CLAUSE_COPYPRIVATE}, @code{OMP_CLAUSE_IF},