Searched refs:CONCAT_ (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/build/wchar_t-size/jni/ |
D | test_always_signed.c | 11 #define CONCAT(x,y) CONCAT_(x,y) 12 #define CONCAT_(x,y) x ## y macro
|
D | test_default.c | 9 #define CONCAT(x,y) CONCAT_(x,y) 10 #define CONCAT_(x,y) x ## y macro
|
D | test_8bit_cplusplus_stdc_limit_macros.cpp | 15 #define CONCAT(x,y) CONCAT_(x,y) 16 #define CONCAT_(x,y) x ## y macro
|
D | test_8bit.c | 13 #define CONCAT(x,y) CONCAT_(x,y) 14 #define CONCAT_(x,y) x ## y macro
|
D | test_8bit_cplusplus.cpp | 13 #define CONCAT(x,y) CONCAT_(x,y) 14 #define CONCAT_(x,y) x ## y macro
|