OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOP_RIGHT_UNDEF
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Modules/Inputs/
macros_right_undef.h
1
#undef
TOP_RIGHT_UNDEF
macros_top.h
15
#define
TOP_RIGHT_UNDEF
int
/external/clang/test/Modules/
macros2.c
25
#ifndef
TOP_RIGHT_UNDEF
26
# error
TOP_RIGHT_UNDEF
should still be defined
51
# ifndef
TOP_RIGHT_UNDEF
52
# error
TOP_RIGHT_UNDEF
should still be defined
55
# ifdef
TOP_RIGHT_UNDEF
56
# error
TOP_RIGHT_UNDEF
should not be defined
macros.c
143
#ifndef
TOP_RIGHT_UNDEF
144
# error
TOP_RIGHT_UNDEF
should still be defined
156
//
TOP_RIGHT_UNDEF
should not be undefined, because macros_right.undef does
158
# ifndef
TOP_RIGHT_UNDEF
159
# error
TOP_RIGHT_UNDEF
should still be defined
166
# ifdef
TOP_RIGHT_UNDEF
167
# error
TOP_RIGHT_UNDEF
should not be defined
Completed in 3289 milliseconds