Lines Matching full:arguments
274 * processing `__VA_ARGS__` to avoid processing empty arguments.
317 * @brief Remove empty arguments from list.
379 * @param ... Variable list of arguments from which one argument is returned.
386 * @brief Strips n first arguments from the argument list.
388 * @param N Number of arguments to discard.
389 * @param ... Variable list of arguments.
391 * @return argument list without N first arguments.
458 * @param F A macro function that accepts at least two arguments:
461 * the variable list of arguments passed to LISTIFY are passed
467 * @note Calling LISTIFY with undefined arguments has undefined
541 * arguments
550 /* are there zero non-empty arguments ? */ \
566 * arguments: <tt>F(index, variable_arg)</tt>.
593 * arguments: <tt>F(variable_arg, fixed_arg)</tt>.
637 * @param ... Variable list of arguments. The macro @p F is invoked as
644 /** @brief Reverse arguments order.
652 * @brief Number of arguments in the variable arguments list minus one.
654 * @note Supports up to 64 arguments.
656 * @param ... List of arguments
657 * @return Number of variadic arguments in the argument list, minus one
669 * @brief Number of arguments in the variable arguments list.
671 * @note Supports up to 63 arguments.
673 * @param ... List of arguments
674 * @return Number of variadic arguments in the argument list
695 * arguments. (The macro should take exactly one argument.)
705 * arguments. If more arguments are given than are expected, the rest
708 * @param N Number of arguments to map
710 * arguments. (The macro should take exactly one argument.)