Lines Matching refs:pack
50 /* This parameter pack expands to a list of ordinary
53 * parameter pack. ioctl or ptrace are two examples that
57 /* This parameter pack represents a vararg argument. */
94 } pack;
106 /* Initialize parameter pack PARAM. ARGS is an array of expressions
107 * with parameters. ARGS is owned and released by the pack if
110 * When the parameter pack should be expanded, those expressions are
115 * its INFOP argument to a type of the next parameter in the pack.
116 * When there are no more parameters in the pack, the NEXT callback
139 /* Start enumerating types in parameter pack. This evaluates the
140 * parameter the pack arguments and calls the init callback. See the
155 /* Finish enumerating types in parameter pack. See the documentation