• Home
  • Raw
  • Download

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
409 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
545 #define NODE_SYMBOL(node) (&(node)->symbol) argument
546 #define NODE_DECL(node) (node)->symbol.decl argument
552 #define varpool_mark_needed_node(node) argument
577 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
679 #define NODE_SYMBOL(node) (node) argument
680 #define NODE_DECL(node) (node)->decl argument
681 #define cgraph_node_name(node) (node)->name() argument
682 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
714 #define debug_cgraph_node(node) (node)->debug() argument
721 #define dump_varpool_node(file, node) (node)->dump(file) argument
765 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
775 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
780 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
785 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
790 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
825 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()