Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_COLLAPSE_EXPR (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.cc251 fd->collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (t)); in omp_extract_for_data()
Dtree-pretty-print.cc689 dump_generic_node (pp, OMP_CLAUSE_COLLAPSE_EXPR (clause), in dump_omp_clause()
Dtree.h1729 #define OMP_CLAUSE_COLLAPSE_EXPR(NODE) \ macro
Dgimplify.cc12696 collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (c)); in gimplify_omp_for()
DChangeLog-200817195 OMP_CLAUSE_COLLAPSE_EXPR): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc10366 collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (c)); in finish_omp_for()
Dparser.cc37299 OMP_CLAUSE_COLLAPSE_EXPR (c) = num; in cp_parser_omp_clause_collapse()
42441 collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (cl)); in cp_parser_omp_for_loop()