Lines Matching defs:node

156 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node))  argument
157 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
158 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
159 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
306 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
311 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
318 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
326 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
334 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
350 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
361 #define FOR_EACH_FUNCTION(node) \ argument
363 #define FOR_EACH_VARIABLE(node) \ argument
366 #define NODE_SYMBOL(node) (node) argument
367 #define NODE_DECL(node) (node)->decl argument
405 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
541 #define NODE_SYMBOL(node) (&(node)->symbol) argument
542 #define NODE_DECL(node) (node)->symbol.decl argument
548 #define varpool_mark_needed_node(node) argument
573 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
675 #define NODE_SYMBOL(node) (node) argument
676 #define NODE_DECL(node) (node)->decl argument
677 #define cgraph_node_name(node) (node)->name() argument
678 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
710 #define debug_cgraph_node(node) (node)->debug() argument
717 #define dump_varpool_node(file, node) (node)->dump(file) argument
761 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
771 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
776 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
781 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
786 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
821 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()