fndecl 212 scripts/gcc-plugins/gcc-common.h tree fndecl; fndecl 216 scripts/gcc-plugins/gcc-common.h fndecl = gimple_call_fndecl(stmt); fndecl 217 scripts/gcc-plugins/gcc-common.h if (!fndecl || DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL) fndecl 219 scripts/gcc-plugins/gcc-common.h return DECL_FUNCTION_CODE(fndecl) == code; fndecl 440 scripts/gcc-plugins/latent_entropy_plugin.c tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; fndecl 449 scripts/gcc-plugins/latent_entropy_plugin.c fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); fndecl 450 scripts/gcc-plugins/latent_entropy_plugin.c call = gimple_build_call(fndecl, 1, integer_zero_node);