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

  /src/external/gpl3/gcc/dist/gcc/
ipa-strub.cc 602 /* Return TRUE iff NODE calls builtin apply_args, and optionally REPORT it. */
725 strub-enabled modes, at-calls rules out calling builtin apply_args. */
1892 DEF_IDENT (2, apply_args)
2795 bool apply_args = calls_builtin_apply_args_p (onode);
2811 if (apply_args)
2996 size_t xargs = 1 + int (is_stdarg) + int (apply_args);
3037 if (apply_args)
3104 int nxargs = 1 + is_stdarg + apply_args;
3238 if (apply_args)
3335 if (!apply_args)
2793 bool apply_args = calls_builtin_apply_args_p (onode); local
    [all...]

Completed in 18 milliseconds