Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-objcp-common.h149 #define LANG_HOOKS_OMP_FINISH_CLAUSE cxx_omp_finish_clause
H A Dcp-gimplify.c1427 cxx_omp_finish_clause (tree c) in cxx_omp_finish_clause() function
H A Dcp-tree.h5940 extern void cxx_omp_finish_clause (tree);
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.h166 #define LANG_HOOKS_OMP_FINISH_CLAUSE cxx_omp_finish_clause
H A Dcp-gimplify.c2016 cxx_omp_finish_clause (tree c, gimple_seq *) in cxx_omp_finish_clause() function
H A Dcp-tree.h7421 extern void cxx_omp_finish_clause (tree, gimple_seq *);
H A Dsemantics.c7901 cxx_omp_finish_clause (ivc, NULL); in handle_omp_for_class_iterator()