Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c116 tree sp_decl, input; in add_stack_tracking_gasm() local
132 sp_decl = get_current_stack_pointer_decl(); in add_stack_tracking_gasm()
133 if (sp_decl == NULL_TREE) { in add_stack_tracking_gasm()
138 input = chainon(NULL_TREE, build_tree_list(input, sp_decl)); in add_stack_tracking_gasm()