OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_HAVE_X
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Preprocessor/
macro-reserved.c
7
#define
_HAVE_X
0
14
#undef
_HAVE_X
55
#define
_HAVE_X
0 // expected-warning {{macro name is a reserved identifier}}
61
#undef
_HAVE_X
// expected-warning {{macro name is a reserved identifier}}
macro-reserved.cpp
6
#define
_HAVE_X
0
12
#undef
_HAVE_X
56
#define
_HAVE_X
0 // expected-warning {{macro name is a reserved identifier}}
60
#undef
_HAVE_X
// expected-warning {{macro name is a reserved identifier}}
Completed in 94 milliseconds