OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputs
(Results
176 - 200
of
4017
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/tools/llvm-readobj/
coff-exports.test
1
RUN: llvm-readobj -coff-exports %p/
Inputs
/export-x86.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-X86
2
RUN: llvm-readobj -coff-exports %p/
Inputs
/export-x64.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-X64
3
RUN: llvm-readobj -coff-exports %p/
Inputs
/export-arm.dll | FileCheck %s -check-prefix CHECK -check-prefix CHECK-ARM
/external/llvm/test/tools/llvm-symbolizer/
dsym.test
1
RUN: echo "%p/
Inputs
/dsym-test-exe 0x0000000100000f90" > %t.input
2
RUN: echo "%p/
Inputs
/dsym-test-exe-second 0x0000000100000f90" >> %t.input
4
RUN: llvm-symbolizer -dsym-hint=%p/
Inputs
/dsym-test-exe-differentname.dSYM < %t.input | FileCheck %s --check-prefix=CHECK-HINT
/external/clang/test/ASTMerge/
function.c
1
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/
Inputs
/function1.c
2
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/
Inputs
/function2.c
12
// expected-error@
Inputs
/function2.c:3 {{external function 'f1' declared with incompatible types}}
13
// expected-note@
Inputs
/function1.c:2 {{declared here}}
14
// expected-error@
Inputs
/function2.c:5 {{external function 'f3' declared with incompatible types}}
15
// expected-note@
Inputs
/function1.c:4 {{declared here}}
codegen-exprs.c
1
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.1.ast %S/
Inputs
/exprs1.c
2
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.2.ast %S/
Inputs
/exprs2.c
exprs.c
1
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.1.ast %S/
Inputs
/exprs1.c
2
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-pch -o %t.2.ast %S/
Inputs
/exprs2.c
/external/clang/test/Modules/
diamond.c
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_top %S/
Inputs
/module.map
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_left %S/
Inputs
/module.map
4
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_right %S/
Inputs
/module.map
5
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_bottom %S/
Inputs
/module.map
6
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -fmodules-cache-path=%t -I %S/
Inputs
%s -verify
18
// expected-note@
Inputs
/diamond_bottom.h:4{{passing argument to parameter 'x' here}}
compiler_builtins.m
2
// RUN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/
Inputs
/System/usr/include -verify
3
// RUN: %clang_cc1 -fsyntax-only -std=c99 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/
Inputs
/System/usr/include -verify
dependency-gen-inferred-map.m
5
// RUN: %clang_cc1 -isysroot %S/
Inputs
/System -triple x86_64-apple-darwin10 -dependency-file %t.d -MT %s.o -F %S/
Inputs
-fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
diamond-pch.c
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_top %S/
Inputs
/module.map
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_left %S/
Inputs
/module.map
4
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_right %S/
Inputs
/module.map
5
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-module -fmodules-cache-path=%t -fmodule-name=diamond_bottom %S/
Inputs
/module.map
6
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -emit-pch -fmodules-cache-path=%t -I %S/
Inputs
-o %t.pch %S/
Inputs
/diamond.h
7
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -fmodules-cache-path=%t -include-pch %t.pch %s -I %S/
Inputs
-verify
17
// expected-note@
Inputs
/diamond_bottom.h:4{{passing argument to parameter 'x' here}}
explicit-build-prefer-self.cpp
2
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=a %S/
Inputs
/explicit-build-prefer-self/map -o %t/a.pcm
3
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=b %S/
Inputs
/explicit-build-prefer-self/map -o %t/b.pcm
linkage-merge.cpp
2
// RUN: %clang_cc1 -verify -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/
Inputs
%s
11
// expected-note@
Inputs
/linkage-merge-foo.h:2 {{previous declaration is here}}
malformed.cpp
6
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I
Inputs
/malformed -DHEADER="a1.h" %s 2>&1 | FileCheck %s --check-prefix=CHECK-A
7
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I
Inputs
/malformed -DHEADER="b1.h" %s 2>&1 | FileCheck %s --check-prefix=CHECK-B
8
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I
Inputs
/malformed -DHEADER="c.h" malformed.cpp 2>&1 | FileCheck %s --check-prefix=CHECK-C
15
// CHECK-A: {{^}}
Inputs
/malformed/a1.h:1:{{.*}} error: expected '}' at end of module
16
// CHECK-A: {{^}}
Inputs
/malformed/a1.h:1:{{.*}} note: to match this '{'
19
// CHECK-A: {{^}}
Inputs
/malformed/a2.h:1:{{.*}} error: extraneous closing brace
22
// CHECK-B: {{^}}
Inputs
/malformed/b1.h:2:{{.*}} error: import of module 'malformed_b.b2' appears within 'S'
28
// CHECK-C: {{^}}
Inputs
/malformed/c.h:1:33: error: type 'int' cannot be used prior to '::'
merge-typedefs.cpp
2
// RUN: %clang_cc1 -x c++ -I%S/
Inputs
/merge-typedefs -verify %s
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x c++ -I%S/
Inputs
/merge-typedefs -verify %s
on-demand-macros.m
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/
Inputs
-DFOO_RETURNS_INT_PTR -verify %s
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/
Inputs
-verify %s
separate_map_tree.cpp
2
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fmodules-decluse -fmodule-name=A -fmodule-map-file=%S/
Inputs
/separate_map_tree/maps/modulea.map -I %S/
Inputs
/separate_map_tree/src %s -verify
undefined-type-fixit1.cpp
2
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fmodules-search-all -I %S/
Inputs
/undefined-type-fixit %s -verify
12
// expected-note@
Inputs
/undefined-type-fixit/public1.h:4 {{previous declaration is here}}
unnecessary-module-map-parsing.c
3
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -I %S/
Inputs
/unnecessary-module-map-parsing -fsyntax-only %s 2>&1 | FileCheck %s
4
// RUN: %clang_cc1 -I %S/
Inputs
/unnecessary-module-map-parsing -fsyntax-only %s
using-decl-redecl.cpp
3
// RUN: -fmodule-map-file=%S/
Inputs
/using-decl-redecl/module.modulemap \
4
// RUN: -I%S/
Inputs
/using-decl-redecl \
/external/v8/src/compiler/
verifier.h
19
// Verifies properties of a graph, such as the well-formedness of
inputs
to
28
// Verifies consistency of node
inputs
and uses:
29
// - node
inputs
should agree with the input count computed from
31
// - effect
inputs
should have effect outputs.
32
// - control
inputs
should have control outputs.
33
// - frame state
inputs
should be frame states.
/external/clang/test/Driver/
arm-multilibs.c
1
// RUN: %clang -target armv7-linux-gnueabi --sysroot=%S/
Inputs
/multilib_arm_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARM %s
2
// RUN: %clang -target thumbv7-linux-gnueabi --sysroot=%S/
Inputs
/multilib_arm_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARM %s
4
// RUN: %clang -target armv7-linux-gnueabihf --sysroot=%S/
Inputs
/multilib_armhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMHF %s
5
// RUN: %clang -target thumbv7-linux-gnueabihf --sysroot=%S/
Inputs
/multilib_armhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMHF %s
7
// RUN: %clang -target armv7eb-linux-gnueabi --sysroot=%S/
Inputs
/multilib_armeb_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEB %s
8
// RUN: %clang -target thumbv7eb-linux-gnueabi --sysroot=%S/
Inputs
/multilib_armeb_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEB %s
10
// RUN: %clang -target armv7eb-linux-gnueabihf --sysroot=%S/
Inputs
/multilib_armebhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEBHF %s
11
// RUN: %clang -target thumbv7eb-linux-gnueabihf --sysroot=%S/
Inputs
/multilib_armebhf_linux_tree -### -c %s -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-ARMEBHF %s
cl-response-file.c
7
// RUN: echo '/I%S\
Inputs
\cl-response-file\ /DFOO=2' > %t.rsp
10
// CHECK: "-I" "{{.*}}\\
Inputs
\\cl-response-file\\" "-D" "FOO=2"
symbol-rewriter.c
1
// RUN: %clang -frewrite-map-file %S/
Inputs
/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE
5
// RUN: %clang -frewrite-map-file %S/
Inputs
/rewrite-1.map -frewrite-map-file %S/
Inputs
/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE
9
// RUN: %clang -frewrite-map-file=%S/
Inputs
/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE-EQ
13
// RUN: %clang -frewrite-map-file=%S/
Inputs
/rewrite-1.map -frewrite-map-file=%S/
Inputs
/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE-EQ
18
// RUN: %clang -frewrite-map-file %S/
Inputs
/rewrite-1.map -frewrite-map-file=%S/
Inputs
/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MIXED
/external/clang/test/Frontend/
rewrite-includes-bom.c
1
// RUN: grep -q $'^\xEF\xBB\xBF' %S/
Inputs
/rewrite-includes-bom.h
2
// RUN: %clang_cc1 -E -frewrite-includes -I %S/
Inputs
%s -o %t.c
rewrite-includes-cli-include.c
1
// RUN: not %clang_cc1 -verify -E -frewrite-includes -include %S/
Inputs
/rewrite-includes2.h %s -o - | FileCheck -strict-whitespace %s
4
// CHECK-NEXT: {{^}}# 1 "{{.*[/\\]
Inputs
(/|\\\\)}}rewrite-includes2.h" 1{{$}}
rewrite-includes-messages.c
1
// RUN: %clang_cc1 -E -frewrite-includes %s -I%S/
Inputs
/ | %clang_cc1 -Wall -fsyntax-only -Wunused-macros -x c - 2>&1 > %t.1
2
// RUN: %clang_cc1 -I%S/
Inputs
/ -Wall -Wunused-macros -fsyntax-only %s 2>&1 > %t.2
Completed in 143 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>