20#ifndef GCC_TREE_NESTED_H
21#define GCC_TREE_NESTED_H
Definition tree-nested.h:28
nested_function_info()
Definition tree-nested.h:31
nested_function_info(const nested_function_info &)
Definition tree-nested.h:40
~nested_function_info()
Definition tree-nested.cc:96
cgraph_node * nested
Definition tree-nested.h:58
cgraph_node * origin
Definition tree-nested.h:56
cgraph_node * next_nested
Definition tree-nested.h:60
static nested_function_info * get(cgraph_node *node)
Definition tree-nested.cc:58
static void release(void)
Definition tree-nested.cc:121
static nested_function_info * get_create(cgraph_node *node)
Definition tree-nested.cc:67
union tree_node * tree
Definition coretypes.h:97
Definition custom-sarif-properties/state-graphs.h:33
#define NULL
Definition system.h:50
#define gcc_unreachable()
Definition system.h:847
tree build_addr(tree)
Definition tree-nested.cc:285
cgraph_node * nested_function_origin(cgraph_node *node)
Definition tree-nested.h:83
void insert_field_into_struct(tree, tree)
Definition tree-nested.cc:294
cgraph_node * first_nested_function(cgraph_node *node)
Definition tree-nested.h:68
void maybe_record_nested_function(cgraph_node *node)
Definition tree-nested.cc:130
void unnest_function(cgraph_node *node)
Definition tree-nested.cc:80
void lower_nested_functions(tree)
Definition tree-nested.cc:3880
cgraph_node * next_nested_function(cgraph_node *node)
Definition tree-nested.h:76