Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_INCLUSIVE (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h326 OMP_CLAUSE_INCLUSIVE, enumerator
Dtree-pretty-print.cc502 case OMP_CLAUSE_INCLUSIVE: in dump_omp_clause()
Dgimplify.cc10899 case OMP_CLAUSE_INCLUSIVE: in gimplify_scan_omp_clauses()
11886 case OMP_CLAUSE_INCLUSIVE: in gimplify_adjust_omp_clauses()
Domp-low.cc2950 tree c = build_omp_clause (UNKNOWN_LOCATION, OMP_CLAUSE_INCLUSIVE); in scan_omp_simd_scan()
4239 if (OMP_CLAUSE_CODE (clauses) == OMP_CLAUSE_INCLUSIVE) in scan_omp_1_stmt()
DChangeLog-201925882 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_INCLUSIVE and
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc1315 case OMP_CLAUSE_INCLUSIVE: in cp_genericize_r()
Dsemantics.cc8719 case OMP_CLAUSE_INCLUSIVE: in finish_omp_clauses()
8806 case OMP_CLAUSE_INCLUSIVE: in finish_omp_clauses()
Dpt.cc17839 case OMP_CLAUSE_INCLUSIVE: in tsubst_omp_clauses()
17984 case OMP_CLAUSE_INCLUSIVE: in tsubst_omp_clauses()
Dparser.cc42394 clause = OMP_CLAUSE_INCLUSIVE; in cp_parser_omp_scan_loop_body()