Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_FILTER (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h487 OMP_CLAUSE_FILTER, enumerator
Dtree-nested.cc1398 case OMP_CLAUSE_FILTER: in convert_nonlocal_omp_clauses()
2174 case OMP_CLAUSE_FILTER: in convert_local_omp_clauses()
Dtree-pretty-print.cc1136 case OMP_CLAUSE_FILTER: in dump_omp_clause()
Domp-low.cc1487 case OMP_CLAUSE_FILTER: in scan_sharing_clauses()
1942 case OMP_CLAUSE_FILTER: in scan_sharing_clauses()
8988 OMP_CLAUSE_FILTER); in lower_omp_master()
Dtree.h1628 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_FILTER), 0)
Dgimplify.cc10709 case OMP_CLAUSE_FILTER: in gimplify_scan_omp_clauses()
11864 case OMP_CLAUSE_FILTER: in gimplify_adjust_omp_clauses()
DChangeLog-202116988 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_FILTER.
16991 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FILTER entry.
16993 (walk_tree_1): Handle OMP_CLAUSE_FILTER.
16995 convert_local_omp_clauses): Handle OMP_CLAUSE_FILTER.
16998 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FILTER.
17013 (gimplify_scan_omp_clauses): Handle OMP_CLAUSE_FILTER. For clauses
17017 (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_FILTER.
17021 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FILTER.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc8542 case OMP_CLAUSE_FILTER: in finish_omp_clauses()
DChangeLog-20211777 * semantics.c (finish_omp_clauses): Handle OMP_CLAUSE_FILTER.
Dparser.cc37833 check_no_duplicate_clause (list, OMP_CLAUSE_FILTER, "filter", location); in cp_parser_omp_clause_filter()
37835 c = build_omp_clause (location, OMP_CLAUSE_FILTER); in cp_parser_omp_clause_filter()
Dpt.cc17868 case OMP_CLAUSE_FILTER: in tsubst_omp_clauses()