OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LEFT_RIGHT_DIFFERENT2
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/
macros_left.h
11
#define
LEFT_RIGHT_DIFFERENT2
float
macros_right.h
13
#define
LEFT_RIGHT_DIFFERENT2
int
/external/clang/test/Modules/
macros.c
19
// expected-note@Inputs/macros_right.h:13{{expanding this definition of '
LEFT_RIGHT_DIFFERENT2
'}}
103
#define
LEFT_RIGHT_DIFFERENT2
double // FIXME: expected-warning{{'
LEFT_RIGHT_DIFFERENT2
' macro redefined}} \
104
// expected-note{{other definition of '
LEFT_RIGHT_DIFFERENT2
'}}
131
LEFT_RIGHT_DIFFERENT2
*ip3 = &i; // expected-warning{{ambiguous expansion of macro '
LEFT_RIGHT_DIFFERENT2
}}
Completed in 2307 milliseconds