Home
last modified time | relevance | path

Searched refs:finish_omp_for (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h5609 extern tree finish_omp_for (location_t, tree, tree,
H A Dsemantics.c4683 finish_omp_for (location_t locus, tree declv, tree initv, tree condv, in finish_omp_for() function
H A Dpt.c12951 t = finish_omp_for (EXPR_LOCATION (t), declv, initv, condv, incrv, in tsubst_expr()
H A Dparser.c26513 ret = finish_omp_for (loc_first, declv, initv, condv, incrv, body, in cp_parser_omp_for_loop()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h6983 extern tree finish_omp_for (location_t, enum tree_code,
H A Dsemantics.c8012 finish_omp_for (location_t locus, enum tree_code code, tree declv, in finish_omp_for() function
H A Dpt.c17180 t = finish_omp_for (EXPR_LOCATION (t), TREE_CODE (t), declv, in tsubst_expr()
H A Dparser.c35420 ret = finish_omp_for (loc_first, code, declv, NULL, initv, condv, incrv, in cp_parser_omp_for_loop()