Searched refs:fndecl (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 51 tree call_expr, fndecl, type; 53 - fndecl = build_fn_decl ("__cpu_indicator_init", type); 54 + fndecl = build_fn_decl ("__cpu_indicator_init_local", type); 55 call_expr = build_call_expr (fndecl, 0);
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 434 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local 443 fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); in init_local_entropy() 444 call = gimple_build_call(fndecl, 1, integer_zero_node); in init_local_entropy()
|