Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/gcc-plugins/
Dgcc-common.h206 tree fndecl; in gimple_call_builtin_p() local
210 fndecl = gimple_call_fndecl(stmt); in gimple_call_builtin_p()
211 if (!fndecl || DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL) in gimple_call_builtin_p()
213 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
Dlatent_entropy_plugin.c440 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local
449 fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); in init_local_entropy()
450 call = gimple_build_call(fndecl, 1, integer_zero_node); in init_local_entropy()