/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 4 * tree.c (cp_walk_subtrees): Save and restore input_location. 16 * tree.c (cp_walk_subtrees): Likewise. 442 tree.c (cp_walk_subtrees): Set lineno appropriately.
|
H A D | ChangeLog-2007 | 1262 * tree.c (cp_walk_subtrees): Ditto 1370 cp_walk_subtrees lh parameter. 1372 walk_tree_without_duplicates_1 with cp_walk_subtrees lh parameter. 2389 * tree.c (cp_walk_subtrees): Deal with TRAIT_EXPR. 2393 * tree.c (cp_walk_subtrees): Do not set input_location. 2626 * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK, 2806 * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
|
H A D | cp-gimplify.cc | 1531 cp_genericize_r, cp_walk_subtrees); in cp_genericize_r() 1781 cp_genericize_r, cp_walk_subtrees); in cp_genericize_r()
|
H A D | ChangeLog-2021 | 591 * tree.c (cp_walk_subtrees) <case *_CAST_EXPR>: Don't explicitly 1858 * tree.c (cp_walk_subtrees) <case REQUIRES_EXPR>: Increment 2815 * tree.c (cp_walk_subtrees) <case STATIC_ASSERT>: New case. 3375 * tree.c (cp_walk_subtrees): Not here. 3751 * tree.c (cp_walk_subtrees) [FUNCTION_TYPE]: Walk into 5396 * tree.c (cp_walk_subtrees) <case TEMPLATE_TYPE_PARM>: Visit 5412 * tree.c (cp_walk_subtrees): If *walk_subtrees_p is 2, look through
|
H A D | cp-tree.h | 7919 extern tree cp_walk_subtrees (tree*, int*, walk_tree_fn, 7922 walk_tree_1 (tp, func, data, pset, cp_walk_subtrees) 7924 walk_tree_without_duplicates_1 (tp, func, data, cp_walk_subtrees)
|
H A D | ChangeLog-2004 | 1200 * cp-tree.h (cp_walk_subtrees): Last argument is pointer_set_t* now. 1203 * tree.c (cp_walk_subtrees): Last argument is pointer_set_t* now. 3339 (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node. 4191 * tree.c (cp_walk_subtrees): Likewise. 4373 * tree.c (cp_walk_subtrees): Don't call c_walk_subtrees.
|
H A D | ChangeLog-2020 | 712 (cp_walk_subtrees): Likewise. 4261 * tree.c (cp_walk_subtrees): Stop at typedefs. 5838 * tree.c (cp_walk_subtrees): Walk CONSTRUCTOR types here. 5949 * tree.c (cp_walk_subtrees): Walk into type template arguments. 6370 * tree.c (cp_walk_subtrees): Likewise.
|
H A D | ChangeLog | 923 * tree.cc (cp_walk_subtrees) <case REQUIRES_EXPR>: ... here. 2561 cp_walk_subtrees already walks TYPE_PTRMEMFUNC_FN_TYPE_RAW.
|
H A D | semantics.cc | 10049 cond, cp_walk_subtrees)) in handle_omp_for_class_iterator() 10438 NULL_TREE, cp_walk_subtrees)) in finish_omp_for() 10553 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees)) in finish_omp_for()
|
H A D | ChangeLog-2011 | 489 * tree.c (cp_walk_subtrees): Walk it. 1386 (cp_walk_subtrees): Likewise. 3895 * tree.c (cp_walk_subtrees): Likewise.
|
H A D | ChangeLog-2008 | 2743 calls of cp_walk_subtrees; don't try to manage the pointer set 3169 * tree.c (cp_walk_subtrees): Walk USING_DECL nodes.
|
H A D | ChangeLog-2001 | 829 (cp_walk_subtrees): New language-specific hook for tree inlining. 834 (cp_walk_subtrees): this new function.
|
H A D | tree.cc | 5349 cp_walk_subtrees (tree *tp, int *walk_subtrees_p, walk_tree_fn func, in cp_walk_subtrees() function
|
H A D | ChangeLog-2018 | 2184 * tree.c (cp_walk_subtrees) [DECLTYPE_TYPE]: Set 3643 * tree.c (cp_walk_subtrees): Walk into DECL_EXPR in templates.
|
H A D | ChangeLog-2019 | 3365 (cp_walk_subtrees): Likewise. 5403 * tree.c (cp_walk_subtrees): Handle LAMBDA_EXPR.
|
H A D | ChangeLog-2009 | 3614 * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
|
H A D | ChangeLog-2014 | 546 * tree.c (cp_walk_subtrees): Likewise.
|
H A D | ChangeLog-2015 | 2083 (cp_walk_subtrees): Handle REQUIRES_EXPR.
|
H A D | ChangeLog-2016 | 2016 * tree.c (cp_walk_subtrees): For DECL_EXPR on DECL_ARTIFICIAL
|
H A D | ChangeLog-2017 | 1816 (cp_walk_subtrees): Walk into the class context of a BASELINK.
|
H A D | ChangeLog-2003 | 6320 * tree.c (cp_walk_subtrees): Add BASELINK case. Remove BASELINK_P
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7511 extern tree cp_walk_subtrees (tree*, int*, walk_tree_fn, 7514 walk_tree_1 (tp, func, data, pset, cp_walk_subtrees) 7516 walk_tree_without_duplicates_1 (tp, func, data, cp_walk_subtrees)
|
H A D | semantics.c | 8590 cond, cp_walk_subtrees)) in handle_omp_for_class_iterator() 8977 NULL_TREE, cp_walk_subtrees)) in finish_omp_for() 9116 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees)) in finish_omp_for()
|
H A D | tree.c | 5045 cp_walk_subtrees (tree *tp, int *walk_subtrees_p, walk_tree_fn func, in cp_walk_subtrees() function
|