Lines Matching full:expansion
19 // Evaluates to the number of arguments after expansion.
28 // Requires: the number of arguments after expansion is at most 15.
33 // Returns 1 if the expansion of arguments has an unprotected comma. Otherwise
51 // If the arguments after expansion have no tokens, evaluates to `1`. Otherwise
54 // Requires: * the number of arguments after expansion is at most 15.
71 // * __VA_ARGS__ possible expansion has no unparen'd commas. Expected 0.
72 // * __VA_ARGS__ possible expansion is not enclosed in parenthesis. Expected 0.
73 // * __VA_ARGS__ possible expansion is not a macro that ()-evaluates to a comma.
97 // Evaluates to the number of arguments after expansion. Identifies 'empty' as
107 // Requires: * the number of arguments after expansion is at most 15.
130 // * |_Tuple| expansion has no more than 15 elements.