Searched refs:cxx_omp_create_clause_info (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-gimplify.c | 1461 && cxx_omp_create_clause_info (c, inner_type, false, true, false)) in cxx_omp_finish_clause()
|
H A D | semantics.c | 3933 cxx_omp_create_clause_info (tree c, tree type, bool need_default_ctor, in cxx_omp_create_clause_info() function 4314 && cxx_omp_create_clause_info (c, inner_type, need_default_ctor, in finish_omp_clauses()
|
H A D | cp-tree.h | 5620 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool, bool);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-gimplify.c | 2041 && cxx_omp_create_clause_info (c, inner_type, false, true, false, true)) in cxx_omp_finish_clause()
|
H A D | semantics.c | 4383 cxx_omp_create_clause_info (tree c, tree type, bool need_default_ctor, in cxx_omp_create_clause_info() function 7365 && cxx_omp_create_clause_info (c, inner_type, need_default_ctor, in finish_omp_clauses()
|
H A D | cp-tree.h | 6999 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool,
|