OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JOIN2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp
13
#define
JOIN2
(X,Y) X##Y
14
#define JOIN(X,Y)
JOIN2
(X,Y)
/external/clang/test/Sema/
__try.c
3
#define
JOIN2
(x,y) x ## y
4
#define JOIN(x,y)
JOIN2
(x,y)
Completed in 1075 milliseconds