Is it normal behavior that the argument "named" of TARGET_FUNCTION_ARG is false for the first argument of a variadic function, even-though it is named ? Documentation says about the argument "named" of TARGET_FUNCTION_ARG that it is: "true for an ordinary argument and false for nameless arguments that correspond to ‘…’ in the called function’s prototype"