Searched defs:__VA_ARGS__ (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/Preprocessor/ |
D | macro_fn_comma_swallow2.c | 22 # define A(__VA_ARGS__...) [ __VA_ARGS__ ] argument 23 # define B(__VA_ARGS__...) [ , __VA_ARGS__ ] argument 24 # define C(__VA_ARGS__...) [ , ## __VA_ARGS__ ] argument 25 # define D(A,__VA_ARGS__...) [ A , ## __VA_ARGS__ ] argument 26 # define E(A,__VA_ARGS__...) [ __VA_ARGS__ ## A ] argument
|
/external/clang/test/Preprocessor/ |
D | macro_fn_comma_swallow2.c | 22 # define A(__VA_ARGS__...) [ __VA_ARGS__ ] argument 23 # define B(__VA_ARGS__...) [ , __VA_ARGS__ ] argument 24 # define C(__VA_ARGS__...) [ , ## __VA_ARGS__ ] argument 25 # define D(A,__VA_ARGS__...) [ A , ## __VA_ARGS__ ] argument 26 # define E(A,__VA_ARGS__...) [ __VA_ARGS__ ## A ] argument
|