Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dcyc_complexity_plugin.c40 xloc.file, DECL_NAME_POINTER(current_function_decl)); in cyc_complexity_execute()
Dstackleak_plugin.c110 DECL_NAME_POINTER(current_function_decl)); in get_current_stack_pointer_decl()
207 DECL_NAME_POINTER(current_function_decl)); in stackleak_instrument_execute()
399 const char *fn = DECL_NAME_POINTER(current_function_decl); in stackleak_cleanup_execute()
Drandomize_layout_plugin.c721 if (strcmp(DECL_NAME_POINTER(poss_is_err_func), "IS_ERR")) in dominated_by_is_err()
913 !strcmp((const char *)DECL_NAME_POINTER(ssa_name_var), "__mptr")) in find_bad_casts_execute()
Dgcc-common.h162 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) macro