Searched refs:fn_fputc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c2690 tree const fn_fputc = (unlocked local
2719 if (!fn_fputc)
2722 gimple *repl = gimple_build_call (fn_fputc, 2,
3554 tree fn_fputc, fn_fputs; local
3570 fn_fputc = builtin_decl_explicit (BUILT_IN_FPUTC_UNLOCKED);
3575 fn_fputc = builtin_decl_implicit (BUILT_IN_FPUTC);
3630 if (fn_fputc)
3632 gcall *repl = gimple_build_call (fn_fputc, 2, arg, fp);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc2946 tree const fn_fputc = (unlocked local
2975 if (!fn_fputc)
2978 gimple *repl = gimple_build_call (fn_fputc, 2,
3751 tree fn_fputc, fn_fputs; local
3767 fn_fputc = builtin_decl_explicit (BUILT_IN_FPUTC_UNLOCKED);
3772 fn_fputc = builtin_decl_implicit (BUILT_IN_FPUTC);
3827 if (fn_fputc)
3829 gcall *repl = gimple_build_call (fn_fputc, 2, arg, fp);

Completed in 203 milliseconds