Home
last modified time | relevance | path

Searched refs:dump_tree (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc813 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 Danalyzer.h118 extern void dump_tree (pretty_printer *pp, tree t);
H A Dregion.cc1557 dump_tree (pp, m_string_cst); in dump_to_pp()
1561 dump_tree (pp, m_string_cst); in dump_to_pp()
H A Dregion-model.cc85 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 DChangeLog4539 (dump_tree): New function decl.
5020 (dump_tree): Make non-static.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h53 bool (*dump_tree) (void *, tree); member
H A Dtree-dump.c401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h53 bool (*dump_tree) (void *, tree); member
H A Dtree-dump.cc401 if (lang_hooks.tree_dump.dump_tree (di, t)) in dequeue_and_dump()
H A DChangeLog-20014224 C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
H A DChangeLog-200329196 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc72 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 Dmkisofs.h348 extern void DECL(dump_tree,(struct directory * node));
H A Dtree.c1998 void FDECL1(dump_tree, struct directory *, node){ argument
2005 if(dpnt->subdir) dump_tree(dpnt->subdir);
H A Dwrite.c1609 dump_tree(root); in dirtree_dump()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2000234 * error.c (dump_tree): Use output_add_string not OB_PUTS.