Searched refs:c_finish_omp_for (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-omp.c159 Helper function for c_finish_omp_for. */
207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, function
H A Dc-common.h961 extern tree c_finish_omp_for (location_t, tree, tree, tree, tree, tree, tree);
H A Dc-parser.c7495 /* Only bother calling c_finish_omp_for if we havn't already generated
7498 return c_finish_omp_for (loc, decl, init, cond, incr, body, NULL);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c3889 return c_finish_omp_for (locus, decl, init, cond, incr, body, pre_body);

Completed in 87 milliseconds