OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LEFT_RIGHT_DIFFERENT
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Modules/Inputs/
macros_left.h
14
#define
LEFT_RIGHT_DIFFERENT
float
macros_right.h
12
#define
LEFT_RIGHT_DIFFERENT
int
/external/clang/test/Modules/
macros.c
18
// expected-note@Inputs/macros_right.h:12{{expanding this definition of '
LEFT_RIGHT_DIFFERENT
'}}
20
// expected-note@Inputs/macros_left.h:14{{other definition of '
LEFT_RIGHT_DIFFERENT
'}}
130
LEFT_RIGHT_DIFFERENT
*ip2 = &i; // expected-warning{{ambiguous expansion of macro '
LEFT_RIGHT_DIFFERENT
'}}
135
#define
LEFT_RIGHT_DIFFERENT
double // FIXME: expected-warning{{'
LEFT_RIGHT_DIFFERENT
' macro redefined}}
139
LEFT_RIGHT_DIFFERENT
*dp = &d; // okay
macros2.c
37
LEFT_RIGHT_DIFFERENT
*ip2 = &f; // expected-warning{{ambiguous expansion of macro '
LEFT_RIGHT_DIFFERENT
'}}
Completed in 717 milliseconds