OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACRO3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Index/
complete-macro-args.c
15
#define
MACRO3
(x,y,z) x;y;z
18
MACRO3
(p->x);
19
MACRO3
(p->x
/external/clang/test/Preprocessor/
has_include.c
70
#define
MACRO3
("blahblah.h")
82
#if __has_include
MACRO3
Completed in 2072 milliseconds