OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOP_RIGHT_REDEF
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/
macros_top.h
13
#define
TOP_RIGHT_REDEF
int
macros_right.h
16
#undef
TOP_RIGHT_REDEF
17
#define
TOP_RIGHT_REDEF
float
/external/clang/test/Modules/
macros.c
14
// expected-note{{expanding this definition of '
TOP_RIGHT_REDEF
'}}
18
// expected-note{{other definition of '
TOP_RIGHT_REDEF
'}}
89
TOP_RIGHT_REDEF
*ip = &i;
115
TOP_RIGHT_REDEF
*ip = &i; // expected-warning{{ambiguous expansion of macro '
TOP_RIGHT_REDEF
'}}
Completed in 480 milliseconds