Lines Matching defs:node
141 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
142 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
143 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
144 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
268 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
273 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
280 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
288 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
296 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
312 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
323 #define FOR_EACH_FUNCTION(node) \ argument
325 #define FOR_EACH_VARIABLE(node) \ argument
328 #define NODE_SYMBOL(node) (node) argument
329 #define NODE_DECL(node) (node)->decl argument
374 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
510 #define NODE_SYMBOL(node) (&(node)->symbol) argument
511 #define NODE_DECL(node) (node)->symbol.decl argument
517 #define varpool_mark_needed_node(node) argument
540 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
642 #define NODE_SYMBOL(node) (node) argument
643 #define NODE_DECL(node) (node)->decl argument
644 #define cgraph_node_name(node) (node)->name() argument
645 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
672 #define debug_cgraph_node(node) (node)->debug() argument
679 #define dump_varpool_node(file, node) (node)->dump(file) argument
710 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
720 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
725 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
730 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
735 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
770 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()