Home
last modified time | relevance | path

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 Dsemantics.c4605 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 Dcp-gimplify.c2460 && cxx_omp_create_clause_info (c, inner_type, !first, first, !first, in cxx_omp_finish_clause()
H A Dcp-tree.h7334 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2013863 (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 Dcp-gimplify.cc2304 && cxx_omp_create_clause_info (c, inner_type, !first, first, last, in cxx_omp_finish_clause()
H A Dsemantics.cc4972 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 DChangeLog-20081689 * cp-tree.h (cxx_omp_finish_clause, cxx_omp_create_clause_info,
1730 * semantics.c (cxx_omp_create_clause_info): New function.
H A DChangeLog-20113017 cxx_omp_create_clause_info if inner_type is COMPLETE_TYPE_P.
3331 * semantics.c (cxx_omp_create_clause_info): Adjust callers.
H A Dcp-tree.h7723 extern bool cxx_omp_create_clause_info (tree, tree, bool, bool,
H A DChangeLog-20092491 (cxx_omp_create_clause_info): Allocate vec to pass to
H A DChangeLog-20102139 (cxx_omp_create_clause_info): Use get_default_ctor, get_copy_ctor,