Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dc-omp.c411 case OMP_CLAUSE_IF: in c_split_parallel_clauses()
Dtree-nested.c1168 case OMP_CLAUSE_IF: in convert_nonlocal_omp_clauses()
1460 case OMP_CLAUSE_IF: in convert_local_omp_clauses()
Domp-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()
Dtree.h314 OMP_CLAUSE_IF, enumerator
1644 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF), 0)
Dgimplify.c4753 case OMP_CLAUSE_IF: in gimplify_scan_omp_clauses()
4897 case OMP_CLAUSE_IF: in gimplify_adjust_omp_clauses()
Dc-parser.c6902 check_no_duplicate_clause (list, OMP_CLAUSE_IF, "if"); in c_parser_omp_clause_if()
6904 c = build_omp_clause (OMP_CLAUSE_IF); in c_parser_omp_clause_if()
Dtree-pretty-print.c305 case OMP_CLAUSE_IF: in dump_omp_clause()
Dtree.c7617 case OMP_CLAUSE_IF: in walk_tree()
Dc-typeck.c8721 case OMP_CLAUSE_IF: in c_finish_omp_clauses()
DChangeLog-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,
/freebsd-9-stable/contrib/gcc/cp/
Dsemantics.c3433 case OMP_CLAUSE_IF: in finish_omp_clauses()
Dparser.c18403 check_no_duplicate_clause (list, OMP_CLAUSE_IF, "if"); in cp_parser_omp_clause_if()
18405 c = build_omp_clause (OMP_CLAUSE_IF); in cp_parser_omp_clause_if()
Dpt.c8426 case OMP_CLAUSE_IF: in tsubst_omp_clauses()
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi2724 @code{OMP_CLAUSE_COPYPRIVATE}, @code{OMP_CLAUSE_IF},