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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c2438 tree last_arg_fndecl = get_callee_fndecl (last_arg);
2440 if (last_arg_fndecl
2441 && TREE_CODE (last_arg_fndecl) == FUNCTION_DECL
2442 && DECL_BUILT_IN_CLASS (last_arg_fndecl) == BUILT_IN_NORMAL
2443 && DECL_FUNCTION_CODE (last_arg_fndecl) == BUILT_IN_VA_ARG_PACK)
2435 tree last_arg_fndecl = get_callee_fndecl (last_arg); local

Completed in 101 milliseconds