Searched refs:OMP_CLAUSE_IF (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | c-omp.c | 411 case OMP_CLAUSE_IF: in c_split_parallel_clauses()
|
| D | tree-nested.c | 1168 case OMP_CLAUSE_IF: in convert_nonlocal_omp_clauses() 1460 case OMP_CLAUSE_IF: in convert_local_omp_clauses()
|
| D | omp-low.c | 1005 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()
|
| D | tree.h | 314 OMP_CLAUSE_IF, enumerator 1644 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF), 0)
|
| D | gimplify.c | 4753 case OMP_CLAUSE_IF: in gimplify_scan_omp_clauses() 4897 case OMP_CLAUSE_IF: in gimplify_adjust_omp_clauses()
|
| D | c-parser.c | 6902 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()
|
| D | tree-pretty-print.c | 305 case OMP_CLAUSE_IF: in dump_omp_clause()
|
| D | tree.c | 7617 case OMP_CLAUSE_IF: in walk_tree()
|
| D | c-typeck.c | 8721 case OMP_CLAUSE_IF: in c_finish_omp_clauses()
|
| D | ChangeLog-2006 | 7952 * 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/ |
| D | semantics.c | 3433 case OMP_CLAUSE_IF: in finish_omp_clauses()
|
| D | parser.c | 18403 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()
|
| D | pt.c | 8426 case OMP_CLAUSE_IF: in tsubst_omp_clauses()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 2724 @code{OMP_CLAUSE_COPYPRIVATE}, @code{OMP_CLAUSE_IF},
|