HomeSort by relevance Sort by last modified time
    Searched refs:TOP_RIGHT_REDEF (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Modules/Inputs/
macros_top.h 11 #define TOP_RIGHT_REDEF float
13 #define TOP_RIGHT_REDEF int
macros_right.h 16 #undef TOP_RIGHT_REDEF
17 #define TOP_RIGHT_REDEF float
  /external/clang/test/Modules/
macros.c 14 // expected-note@Inputs/macros_top.h:13{{other definition of 'TOP_RIGHT_REDEF'}}
17 // expected-note@Inputs/macros_right.h:17{{expanding this definition of 'TOP_RIGHT_REDEF'}}
88 TOP_RIGHT_REDEF *ip = &i;
115 TOP_RIGHT_REDEF *fp = &f; // expected-warning{{ambiguous expansion of macro 'TOP_RIGHT_REDEF'}}

Completed in 70 milliseconds