• Home
  • Raw
  • Download

Lines Matching +defs:node +defs:test

165 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node))  argument
166 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
167 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
168 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
315 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
320 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
327 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
335 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
343 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
359 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
370 #define FOR_EACH_FUNCTION(node) \ argument
372 #define FOR_EACH_VARIABLE(node) \ argument
375 #define NODE_SYMBOL(node) (node) argument
376 #define NODE_DECL(node) (node)->decl argument
414 #define NODE_IMPLICIT_ALIAS(node) (node)->same_body_alias argument
550 #define NODE_SYMBOL(node) (&(node)->symbol) argument
551 #define NODE_DECL(node) (node)->symbol.decl argument
557 #define varpool_mark_needed_node(node) argument
582 static inline void set_decl_section_name(tree node, const char *value) in set_decl_section_name()
684 #define NODE_SYMBOL(node) (node) argument
685 #define NODE_DECL(node) (node)->decl argument
686 #define cgraph_node_name(node) (node)->name() argument
687 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
699 inline bool is_a_helper<const gassign *>::test(const_gimple gs) in test() function
719 #define debug_cgraph_node(node) (node)->debug() argument
726 #define dump_varpool_node(file, node) (node)->dump(file) argument
770 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
780 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
785 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
790 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
795 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
830 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()
858 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test() function
865 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test() function