HomeSort by relevance Sort by last modified time
    Searched refs:LEFT_RIGHT_DIFFERENT2 (Results 1 - 4 of 4) 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/
macros2.c 40 LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}}
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 86 milliseconds