Searched refs:cxx_omp_create_clause_info (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 4605 cxx_omp_create_clause_info (tree c, tree type, bool need_default_ctor, in cxx_omp_create_clause_info() function 8206 && cxx_omp_create_clause_info (c, inner_type, need_default_ctor, in finish_omp_clauses() 9226 && cxx_omp_create_clause_info (c, TREE_TYPE (OMP_CLAUSE_DECL (c)), in finish_omp_for()
|
H A D | cp-gimplify.c | 2460 && cxx_omp_create_clause_info (c, inner_type, !first, first, !first, in cxx_omp_finish_clause()
|
H A D | cp-tree.h | 7334 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2013 | 863 (cxx_omp_finish_clause): Adjust cxx_omp_create_clause_info 884 * semantics.c (cxx_omp_create_clause_info): Add need_dtor argument, 1014 (cxx_omp_create_clause_info): Add need_dtor argument.
|
H A D | cp-gimplify.cc | 2304 && cxx_omp_create_clause_info (c, inner_type, !first, first, last, in cxx_omp_finish_clause()
|
H A D | semantics.cc | 4972 cxx_omp_create_clause_info (tree c, tree type, bool need_default_ctor, in cxx_omp_create_clause_info() function 9113 && cxx_omp_create_clause_info (c, inner_type, need_default_ctor, in finish_omp_clauses() 10699 && cxx_omp_create_clause_info (c, TREE_TYPE (OMP_CLAUSE_DECL (c)), in finish_omp_for()
|
H A D | ChangeLog-2008 | 1689 * cp-tree.h (cxx_omp_finish_clause, cxx_omp_create_clause_info, 1730 * semantics.c (cxx_omp_create_clause_info): New function.
|
H A D | ChangeLog-2011 | 3017 cxx_omp_create_clause_info if inner_type is COMPLETE_TYPE_P. 3331 * semantics.c (cxx_omp_create_clause_info): Adjust callers.
|
H A D | cp-tree.h | 7723 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool,
|
H A D | ChangeLog-2009 | 2491 (cxx_omp_create_clause_info): Allocate vec to pass to
|
H A D | ChangeLog-2010 | 2139 (cxx_omp_create_clause_info): Use get_default_ctor, get_copy_ctor,
|