Home
last modified time | relevance | path

Searched refs:cgraph_node_ptr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/scripts/gcc-plugins/
Dgcc-common.h338 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
340 cgraph_node_ptr alias; in cgraph_for_node_and_aliases()
741 typedef struct cgraph_node *cgraph_node_ptr; typedef
765 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
770 static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability…
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()
[all …]
Dstackleak_plugin.c53 cgraph_node_ptr node; in stackleak_add_track_stack()