Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc2201 cxx_omp_predetermined_sharing_1 (tree decl) in cxx_omp_predetermined_sharing_1() function
2231 enum omp_clause_default_kind ret = cxx_omp_predetermined_sharing_1 (decl); in cxx_omp_predetermined_sharing()
H A DChangeLog-2018891 (cxx_omp_predetermined_sharing_1): Don't return
3009 * cp-tree.h (cxx_omp_predetermined_sharing_1): New prototype.
3011 cxx_omp_predetermined_sharing_1. Rename old function to ...
3012 (cxx_omp_predetermined_sharing_1): ... this.
3013 * semantics.c (finish_omp_clauses): Use cxx_omp_predetermined_sharing_1
H A Dcp-tree.h8232 extern enum omp_clause_default_kind cxx_omp_predetermined_sharing_1 (tree);
H A Dsemantics.cc9029 else switch (cxx_omp_predetermined_sharing_1 (t)) in finish_omp_clauses()
H A DChangeLog-20192393 * cp-gimplify.c (cxx_omp_predetermined_sharing_1): Return
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c2378 cxx_omp_predetermined_sharing_1 (tree decl) in cxx_omp_predetermined_sharing_1() function
2408 enum omp_clause_default_kind ret = cxx_omp_predetermined_sharing_1 (decl); in cxx_omp_predetermined_sharing()
H A Dcp-tree.h7809 extern enum omp_clause_default_kind cxx_omp_predetermined_sharing_1 (tree);
H A Dsemantics.c8135 else switch (cxx_omp_predetermined_sharing_1 (t)) in finish_omp_clauses()