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 13 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok
17 TOP_OTHER_DEF_RIGHT_UNDEF *n0b; // expected-warning{{ambiguous expansion of macro 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
18 // expected-note@macros_top.h:22 {{expanding this definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
19 // expected-note@macros_other.h:6 {{other definition of 'TOP_OTHER_DEF_RIGHT_UNDEF'}}
77 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok
macros.c 170 int n3 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok

Completed in 805 milliseconds