Searched refs:dump_tree (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | svalue.cc | 813 dump_tree (pp, get_type ()); in dump_to_pp() 815 dump_tree (pp, m_cst_expr); in dump_to_pp() 822 dump_tree (pp, m_cst_expr); in dump_to_pp() 912 dump_tree (pp, get_type ()); in dump_to_pp() 919 dump_tree (pp, get_type ()); in dump_to_pp() 1097 dump_tree (pp, get_type ()); in dump_to_pp()
|
H A D | analyzer.h | 118 extern void dump_tree (pretty_printer *pp, tree t);
|
H A D | region.cc | 1557 dump_tree (pp, m_string_cst); in dump_to_pp() 1561 dump_tree (pp, m_string_cst); in dump_to_pp()
|
H A D | region-model.cc | 85 dump_tree (pretty_printer *pp, tree t) in dump_tree() function 97 dump_tree (pp, t); in dump_quoted_tree() 4581 dump_tree (&pp, t); in assert_dump_tree_eq()
|
H A D | ChangeLog | 4539 (dump_tree): New function decl. 5020 (dump_tree): Make non-static.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.h | 53 bool (*dump_tree) (void *, tree); member
|
H A D | tree-dump.c | 401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.h | 53 bool (*dump_tree) (void *, tree); member
|
H A D | tree-dump.cc | 401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
|
H A D | ChangeLog-2001 | 4224 C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
|
H A D | ChangeLog-2003 | 29196 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 72 dump_tree (pretty_printer *pp, tree t) in dump_tree() function 84 dump_tree (pp, t); in dump_quoted_tree() 3739 dump_tree (pp, lhs_tree); in dump_to_pp() 3741 dump_tree (pp, rhs_tree); in dump_to_pp() 3760 dump_tree (pp, lhs_tree); in dump_to_pp() 3762 dump_tree (pp, rhs_tree); in dump_to_pp() 3836 dump_tree (pp, key); in dump_vec_of_tree() 3880 dump_tree (pp, pv->m_tree); in dump_summary_of_rep_path_vars() 3884 dump_tree (pp, pointee); in dump_summary_of_rep_path_vars() 3891 dump_tree (pp, pv->m_tree); in dump_summary_of_rep_path_vars() [all …]
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | mkisofs.h | 348 extern void DECL(dump_tree,(struct directory * node));
|
H A D | tree.c | 1998 void FDECL1(dump_tree, struct directory *, node){ argument 2005 if(dpnt->subdir) dump_tree(dpnt->subdir);
|
H A D | write.c | 1609 dump_tree(root); in dirtree_dump()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 234 * error.c (dump_tree): Use output_add_string not OB_PUTS.
|