OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macros_right
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/
macros_bottom.h
1
@import
macros_right
;
variable
/external/clang/test/Modules/
macros2.c
4
// 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;
macros.c
4
// 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
137
@import
macros_right
.undef;
141
// FIXME: When
macros_right
.undef is built, macros_top is visible because
142
// the state from building
macros_right
leaks through, so
macros_right
.undef
Completed in 35 milliseconds