Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c96 int new_fcode, fcode = DECL_FUNCTION_CODE (fndecl); in spu_resolve_overloaded_builtin() local
110 for (new_fcode = fcode + 1; spu_builtins[new_fcode].type == B_INTERNAL; in spu_resolve_overloaded_builtin()
111 new_fcode++) in spu_resolve_overloaded_builtin()
113 tree decl = targetm.builtin_decl (new_fcode, true); in spu_resolve_overloaded_builtin()