Searched refs:macros_right (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Modules/
H A Dmacros2.c4 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros_right %S/Inputs/module.map
21 @import macros_right; variable
42 // expected-note@macros_right.h:12 {{other}}
45 // expected-note@macros_right.h:13 {{other}}
50 @import macros_right.undef;
H A Dmacros.c4 // RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=macros_right %S/Inputs/module.map
12 // FIXME: expected-note@Inputs/macros_right.h:12{{previous definition is here}}
13 // expected-note@Inputs/macros_right.h:12{{expanding this definition of 'LEFT_RIGHT_DIFFERENT'}}
14 // expected-note@Inputs/macros_right.h:13{{expanding this definition of 'LEFT_RIGHT_DIFFERENT2'}}
93 @import macros_right; variable
133 @import macros_right.undef;
135 // FIXME: When macros_right.undef is built, macros_top is visible because
136 // the state from building macros_right leaks through, so macros_right.undef

Completed in 895 milliseconds