Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c108 DECL_NAME_POINTER(current_function_decl)); in get_current_stack_pointer_decl()
205 DECL_NAME_POINTER(current_function_decl)); in stackleak_instrument_execute()
397 const char *fn = DECL_NAME_POINTER(current_function_decl); in stackleak_cleanup_execute()
H A Drandomize_layout_plugin.c693 if (strcmp(DECL_NAME_POINTER(poss_is_err_func), "IS_ERR")) in dominated_by_is_err()
825 !strcmp((const char *)DECL_NAME_POINTER(ssa_name_var), "__mptr")) in find_bad_casts_execute()
H A Dgcc-common.h108 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) macro