Home
last modified time | relevance | path

Searched refs:cxx_omp_clause_apply_fn (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.ptr22 * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
H A Dcp-gimplify.cc1972 cxx_omp_clause_apply_fn (tree fn, tree arg1, tree arg2) in cxx_omp_clause_apply_fn() function
2093 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), decl, NULL); in cxx_omp_clause_default_ctor()
2107 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), dst, src); in cxx_omp_clause_copy_ctor()
2123 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 2), dst, src); in cxx_omp_clause_assign_op()
2139 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 1), decl, NULL); in cxx_omp_clause_dtor()
H A DChangeLog-20081095 * cp-gimplify.c (cxx_omp_clause_apply_fn): Rename
1792 * cp-gimplify.c (cxx_omp_clause_apply_fn): Call
2722 * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle vararg copy ctors.
H A DChangeLog-2006174 (cxx_omp_clause_apply_fn): Adjust for GIMPLE_MODIFY_STMT.
2323 * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle default arguments.
2459 * cp-gimplify.c (cxx_omp_clause_apply_fn): New.
H A DChangeLog33 * cp-gimplify.cc (cxx_omp_clause_apply_fn): Call build_cplus_new
H A DChangeLog-20122195 * cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
H A DChangeLog-20071885 * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
H A DChangeLog-2014243 * cp-gimplify.c (cxx_omp_clause_apply_fn): Remove NULL last argument
H A DChangeLog-20102358 * cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
H A DChangeLog-20112240 * cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
H A DChangeLog-2017720 * cp-gimplify.c (cxx_omp_clause_apply_fn): For methods pass i - 1 to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c2154 cxx_omp_clause_apply_fn (tree fn, tree arg1, tree arg2) in cxx_omp_clause_apply_fn() function
2271 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), decl, NULL); in cxx_omp_clause_default_ctor()
2285 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 0), dst, src); in cxx_omp_clause_copy_ctor()
2301 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 2), dst, src); in cxx_omp_clause_assign_op()
2317 ret = cxx_omp_clause_apply_fn (TREE_VEC_ELT (info, 1), decl, NULL); in cxx_omp_clause_dtor()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20062593 (cxx_omp_clause_apply_fn): Adjust for GIMPLE_MODIFY_STMT.