Searched refs:LEFT_RIGHT_DIFFERENT2 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dmacros_left.h11 #define LEFT_RIGHT_DIFFERENT2 float macro
H A Dmacros_right.h13 #define LEFT_RIGHT_DIFFERENT2 int macro
/external/clang/test/Modules/
H A Dmacros.c14 // expected-note@Inputs/macros_right.h:13{{expanding this definition of 'LEFT_RIGHT_DIFFERENT2'}}
89 #define LEFT_RIGHT_DIFFERENT2 double // FIXME: expected-warning{{'LEFT_RIGHT_DIFFERENT2' macro redefined}} \ macro
90 // expected-note{{other definition of 'LEFT_RIGHT_DIFFERENT2'}}
117 LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}}
H A Dmacros2.c43 LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}}

Completed in 341 milliseconds