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/
macros.c 14 // 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}} \
90 // expected-note{{other definition of 'LEFT_RIGHT_DIFFERENT2'}}
117 LEFT_RIGHT_DIFFERENT2 *ip3 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}}
macros2.c 43 LEFT_RIGHT_DIFFERENT2 *ip3 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT2}}

Completed in 140 milliseconds