Lines Matching defs:node
162 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
163 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
164 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
165 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
312 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
317 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
324 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
332 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
340 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
356 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
367 #define FOR_EACH_FUNCTION(node) \ argument
369 #define FOR_EACH_VARIABLE(node) \ argument
372 #define NODE_SYMBOL(node) (node) argument
373 #define NODE_DECL(node) (node)->decl argument
411 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
547 #define NODE_SYMBOL(node) (&(node)->symbol) argument
548 #define NODE_DECL(node) (node)->symbol.decl argument
554 #define varpool_mark_needed_node(node) argument
579 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
681 #define NODE_SYMBOL(node) (node) argument
682 #define NODE_DECL(node) (node)->decl argument
683 #define cgraph_node_name(node) (node)->name() argument
684 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
716 #define debug_cgraph_node(node) (node)->debug() argument
723 #define dump_varpool_node(file, node) (node)->dump(file) argument
767 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
777 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
782 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
787 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
792 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
827 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()