Searched refs:SWAP_ARGU (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Misc/
H A Dreduced-diags-macros.cpp23 #define SWAP_ARGU(x,y) ADD(y,x) macro
25 int p = SWAP_ARGU(3, x);
28 // CHECK-NEXT: int p = SWAP_ARGU(3, x);

Completed in 108 milliseconds