Searched refs:current_function_stdarg (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h501 #define current_function_stdarg (cfun->stdarg)
500 #define current_function_stdarg macro
H A Dtree-stdarg.c600 return current_function_stdarg != 0;
H A Dtree-tailcall.c138 if (current_function_stdarg)
H A Dfunction.c2082 if (!current_function_stdarg)
3021 if (current_function_stdarg && !TREE_CHAIN (parm))
3845 current_function_stdarg
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c6493 || current_function_stdarg);
6501 || current_function_stdarg);
6554 if (current_function_stdarg)
6677 && !current_function_stdarg)
6897 && !current_function_stdarg
7010 if (first <= 6 && current_function_stdarg)

Completed in 108 milliseconds