Searched refs:fndecl (Results 1 – 2 of 2) sorted by relevance
212 tree fndecl; in gimple_call_builtin_p() local216 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()
446 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local455 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()