Lines Matching defs:node
160 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
161 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
162 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
163 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
310 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
315 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
322 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
330 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
338 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
354 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
365 #define FOR_EACH_FUNCTION(node) \ argument
367 #define FOR_EACH_VARIABLE(node) \ argument
370 #define NODE_SYMBOL(node) (node) argument
371 #define NODE_DECL(node) (node)->decl argument
416 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
552 #define NODE_SYMBOL(node) (&(node)->symbol) argument
553 #define NODE_DECL(node) (node)->symbol.decl argument
559 #define varpool_mark_needed_node(node) argument
584 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
686 #define NODE_SYMBOL(node) (node) argument
687 #define NODE_DECL(node) (node)->decl argument
688 #define cgraph_node_name(node) (node)->name() argument
689 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
721 #define debug_cgraph_node(node) (node)->debug() argument
728 #define dump_varpool_node(file, node) (node)->dump(file) argument
759 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
769 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
774 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
779 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
784 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
819 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()