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

  /external/clang/test/Modules/Inputs/
macros_other.h 6 #define TOP_OTHER_DEF_RIGHT_UNDEF 4
macros_right_undef.h 4 #undef TOP_OTHER_DEF_RIGHT_UNDEF
macros_top.h 22 #define TOP_OTHER_DEF_RIGHT_UNDEF void
macros_right.h 21 #undef TOP_OTHER_DEF_RIGHT_UNDEF
  /external/clang/test/Modules/
macros2.c 10 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok
14 TOP_OTHER_DEF_RIGHT_UNDEF *n0b; // expected-warning{{ambiguous expansion of macro 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
15 // expected-note@macros_top.h:22 {{expanding this definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
16 // expected-note@macros_other.h:6 {{other definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
80 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok
macros.c 197 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok

Completed in 1327 milliseconds