OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diamond_bottom
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Modules/Inputs/
diamond.h
1
@import
diamond_bottom
;
variable
module.map
10
module
diamond_bottom
{
11
header "
diamond_bottom
.h"
/external/clang/test/Modules/
diamond.c
5
// RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=
diamond_bottom
%S/Inputs/module.map
9
@import
diamond_bottom
;
variable
18
// expected-note@Inputs/
diamond_bottom
.h:4{{passing argument to parameter 'x' here}}
diamond-pch.c
5
// RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=
diamond_bottom
%S/Inputs/module.map
17
// expected-note@Inputs/
diamond_bottom
.h:4{{passing argument to parameter 'x' here}}
Completed in 684 milliseconds