OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONCAT_
(Results
1 - 6
of
6
) sorted by null
/ndk/tests/build/wchar_t-size/jni/
test_always_signed.c
7
#define CONCAT(x,y)
CONCAT_
(x,y)
8
#define
CONCAT_
(x,y) x ## y
test_8bit_cplusplus_stdc_limit_macros.cpp
16
#define CONCAT(x,y)
CONCAT_
(x,y)
17
#define
CONCAT_
(x,y) x ## y
test_default.c
10
#define CONCAT(x,y)
CONCAT_
(x,y)
11
#define
CONCAT_
(x,y) x ## y
test_8bit.c
14
#define CONCAT(x,y)
CONCAT_
(x,y)
15
#define
CONCAT_
(x,y) x ## y
test_8bit_cplusplus.cpp
14
#define CONCAT(x,y)
CONCAT_
(x,y)
15
#define
CONCAT_
(x,y) x ## y
/external/clang/test/SemaCXX/
expression-traits.cpp
15
# define
CONCAT_
(X_, Y_) CONCAT1_(X_, Y_)
21
typedef int
CONCAT_
(sa_, __LINE__)[b_ ? 1 : -1]
Completed in 1666 milliseconds