Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dgcc-common.h212 tree fndecl; in gimple_call_builtin_p() local
216 fndecl = gimple_call_fndecl(stmt); in gimple_call_builtin_p()
217 if (!fndecl || DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL) in gimple_call_builtin_p()
219 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
Dlatent_entropy_plugin.c446 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local
455 fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); in init_local_entropy()
456 call = gimple_build_call(fndecl, 1, integer_zero_node); in init_local_entropy()