HomeSort by relevance Sort by last modified time
    Searched refs:LEFT_RIGHT_DIFFERENT (Results 1 - 3 of 3) 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 13 // expected-note@Inputs/macros_right.h:12{{expanding this definition of 'LEFT_RIGHT_DIFFERENT'}}
16 // expected-note@Inputs/macros_left.h:14{{other definition of 'LEFT_RIGHT_DIFFERENT'}}
118 LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFFERENT'}}
123 #define LEFT_RIGHT_DIFFERENT double // FIXME: expected-warning{{'LEFT_RIGHT_DIFFERENT' macro redefined}}
127 LEFT_RIGHT_DIFFERENT *dp = &d; // okay

Completed in 159 milliseconds