Lines Matching full:tree
14 #include "tree.h"
16 #include "tree-inline.h"
46 #include "tree-pretty-print.h"
49 #include "tree-cfgcleanup.h"
50 #include "tree-ssa-operands.h"
51 #include "tree-into-ssa.h"
54 #include "tree-dump.h"
55 #include "tree-pass.h"
69 #include "tree-ssa-alias.h"
70 #include "tree-ssa.h"
71 #include "tree-vrp.h"
72 #include "tree-ssanames.h"
73 #include "print-tree.h"
74 #include "tree-eh.h"
77 #include "tree-phinodes.h"
78 #include "tree-cfg.h"
100 /* should come from c-tree.h if only it were installed for gcc 4.5... */
103 static inline tree build_const_char_string(int len, const char *str) in build_const_char_string()
105 tree cstr, elem, index, type; in build_const_char_string()
118 static inline void __add_type_attr(tree type, const char *attr, tree args) in __add_type_attr()
120 tree oldattr; in __add_type_attr()
134 static inline void add_type_attr(tree type, const char *attr, tree args) in add_type_attr()
136 tree main_variant = TYPE_MAIN_VARIANT(type); in add_type_attr()
217 static inline void change_decl_assembler_name(tree decl, tree name) in change_decl_assembler_name()
222 static inline void varpool_finalize_decl(tree decl) in varpool_finalize_decl()
227 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable()
315 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()