Home
last modified time | relevance | path

Searched defs:__VA_ARGS__ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow2.c22 # 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
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_op_requires.h28 #define C_OPKERNELCONTEXT_REQUIRES_OK(CTX, C_STATUS, __VA_ARGS__) \ argument
39 #define TF_CLEANUP_AND_RETURN_IF_ERROR(C_STATUS, BUFFER, __VA_ARGS__) \ argument