Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/gcc-plugins/
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()
Drandomize_layout_plugin.c699 if (strcmp(DECL_NAME_POINTER(poss_is_err_func), "IS_ERR")) in dominated_by_is_err()
831 !strcmp((const char *)DECL_NAME_POINTER(ssa_name_var), "__mptr")) in find_bad_casts_execute()
Dgcc-common.h108 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) macro