HomeSort by: relevance | last modified time | path
    Searched defs:fn_fputc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 2945 tree const fn_fputc = (unlocked local
2973 if (!fn_fputc)
2977 = 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);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 2946 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 73 milliseconds