Home
last modified time | relevance | path

Searched refs:verify_stmt_tree_r (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc45 static tree verify_stmt_tree_r (tree *, int *, void *);
2949 verify_stmt_tree_r (tree* tp, int * /*walk_subtrees*/, void* data) in verify_stmt_tree_r() function
2977 cp_walk_tree (&t, verify_stmt_tree_r, &statements, NULL); in verify_stmt_tree()
H A DChangeLog-2012632 (verify_stmt_tree_r): Likewise.
982 * tree.c (verify_stmt_tree_r, bot_replace,
H A DChangeLog-20152642 * tree.c (verify_stmt_tree_r, verify_stmt_tree): Likewise.
H A DChangeLog-20042420 verify_stmt_tree_r, get_type_decl, stabilize_call): Likewise.
H A DChangeLog-20002021 * tree.c (verify_stmt_tree_r): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c45 static tree verify_stmt_tree_r (tree *, int *, void *);
2762 verify_stmt_tree_r (tree* tp, int * /*walk_subtrees*/, void* data) in verify_stmt_tree_r() function
2790 cp_walk_tree (&t, verify_stmt_tree_r, &statements, NULL); in verify_stmt_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200327323 * cp/tree.c (verify_stmt_tree_r): Ditto.