Home | History | Annotate | Download | only in include

Lines Matching refs:tree

24 #include "tree.h"
134 tree decl;
199 tree inline_decl;
242 tree decl;
278 tree asm_str;
329 struct cgraph_node *cgraph_node (tree);
330 struct cgraph_node *cgraph_node_for_asm (tree asmname);
334 struct cgraph_local_info *cgraph_local_info (tree);
335 struct cgraph_global_info *cgraph_global_info (tree);
336 struct cgraph_rtl_info *cgraph_rtl_info (tree);
346 struct cgraph_asm_node *cgraph_add_asm_node (tree);
348 bool cgraph_function_possibly_inlined_p (tree);
354 void cgraph_add_new_function (tree, bool);
357 void cgraph_finalize_function (tree, bool);
358 void cgraph_mark_if_needed (tree);
364 bool cgraph_preserve_function_body_p (tree);
367 void cgraph_build_static_cdtor (char which, tree body, int priority);
376 void record_references_in_initializer (tree);
389 tree assembler_name;
391 tree rep_decl;
400 tree cgraph_find_decl (tree asm_name);
402 struct cgraph_node *cgraph_real_node (tree decl);
403 struct cgraph_node *cgraph_real_node_1 (tree decl, bool);
404 unsigned cgraph_get_module_id (tree fndecl);
405 bool cgraph_is_auxiliary (tree fndecl);
407 bool cgraph_is_promoted_static_func (tree fndecl);
408 bool cgraph_is_inline_body_available_in_module (tree fndecl, unsigned module_id);
414 struct varpool_node *real_varpool_node (tree decl);
416 void varpool_get_referenced_asm_ids (VEC(tree, gc) **);
458 struct varpool_node *varpool_node (tree);
459 struct varpool_node *varpool_node_for_asm (tree asmname);
464 void varpool_finalize_decl (tree);
465 bool decide_is_variable_needed (struct varpool_node *, tree);
533 tree add_new_static_var (tree type);