OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputs
(Results
126 - 150
of
4017
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Index/
complete-modules.m
7
// RUN: c-index-test -code-completion-at=%s:4:9 -fmodules-cache-path=%t -fmodules -F %S/
Inputs
/Frameworks -I %S/
Inputs
/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
8
// RUN: c-index-test -code-completion-at=%s:4:9 -fmodules-cache-path=%t -fmodules -gmodules -F %S/
Inputs
/Frameworks -I %S/
Inputs
/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
13
// RUN: c-index-test -code-completion-at=%s:4:14 -fmodules-cache-path=%t -fmodules -F %S/
Inputs
/Frameworks -I %S/
Inputs
/Headers %s | FileCheck -check-prefix=CHECK-LIBA %s
16
// RUN: c-index-test -code-completion-at=%s:4:1 -fmodules-cache-path=%t -fmodules -F %S/
Inputs
/Frameworks -I %S/
Inputs
/Headers %s | FileCheck -check-prefix=CHECK-TOP %s
reparse-instantiate.cpp
6
// RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/
Inputs
/reparse-instantiate.h
7
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/
Inputs
-include %t %s
/external/clang/test/Modules/
dependency-gen.m
4
// RUN: %clang_cc1 -x objective-c -isystem %S/
Inputs
/System/usr/include -dependency-file %t.d.1 -MT %s.o -I %S/
Inputs
-fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
7
// CHECK:
Inputs
{{.}}module.map
8
// CHECK:
Inputs
{{.}}diamond_top.h
13
// RUN: %clang_cc1 -x objective-c -isystem %S/
Inputs
/System/usr/include -dependency-file %t.d.2 -MT %s.o -I %S/
Inputs
-sys-header-deps -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
16
// CHECK-SYS:
Inputs
{{.}}module.map
17
// CHECK-SYS:
Inputs
{{.}}diamond_top.h
explicit-build-overlap.cpp
2
// RUN: %clang_cc1 -x c++ -fmodules %S/
Inputs
/explicit-build-overlap/def.map -fmodule-name=a -emit-module -o %t/a.pcm
3
// RUN: %clang_cc1 -x c++ -fmodules %S/
Inputs
/explicit-build-overlap/def.map -fmodule-name=b -emit-module -o %t/ba.pcm -fmodule-file=%t/a.pcm
4
// RUN: %clang_cc1 -x c++ -fmodules -fmodule-map-file=%S/
Inputs
/explicit-build-overlap/use.map -fmodule-name=use -fmodule-file=%t/ba.pcm %s -verify -I%S/
Inputs
/explicit-build-overlap -fmodules-decluse
6
// RUN: %clang_cc1 -x c++ -fmodules %S/
Inputs
/explicit-build-overlap/def.map -fmodule-name=b -emit-module -o %t/b.pcm
7
// RUN: %clang_cc1 -x c++ -fmodules %S/
Inputs
/explicit-build-overlap/def.map -fmodule-name=a -emit-module -o %t/ab.pcm -fmodule-file=%t/b.pcm
8
// RUN: %clang_cc1 -x c++ -fmodules -fmodule-map-file=%S/
Inputs
/explicit-build-overlap/use.map -fmodule-name=use -fmodule-file=%t/ab.pcm %s -verify -I%S/
Inputs
/explicit-build-overlap -fmodules-decluse
pr19692.cpp
2
// RUN: %clang_cc1 -I%S/
Inputs
/pr19692 -verify %s
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/
Inputs
/pr19692 -verify %s
header-in-multiple-maps.cpp
2
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/
Inputs
/header-in-multiple-maps -fmodule-map-file=%S/
Inputs
/header-in-multiple-maps/map1 -verify %s
3
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/
Inputs
/header-in-multiple-maps -fmodule-map-file=%S/
Inputs
/header-in-multiple-maps/map2 -verify %s
4
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/
Inputs
/header-in-multiple-maps -fmodule-map-file=%S/
Inputs
/header-in-multiple-maps/map3 -verify %s
lookup.m
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_left_objc %S/
Inputs
/module.map
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_right_objc %S/
Inputs
/module.map
4
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x objective-c -fmodules-cache-path=%t -I %S/
Inputs
-verify %s
5
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ast-print -x objective-c -fmodules-cache-path=%t -I %S/
Inputs
%s | FileCheck -check-prefix=CHECK-PRINT %s
13
// expected-note@
Inputs
/lookup_left.h:2{{using}}
14
// expected-note@
Inputs
/lookup_right.h:3{{also found}}
subframeworks.m
2
// RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/
Inputs
-F %S/
Inputs
/DependsOnModule.framework/Frameworks %s -verify
3
// RUN: %clang_cc1 -x objective-c++ -Wauto-import -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/
Inputs
-F %S/
Inputs
/DependsOnModule.framework/Frameworks %s -verify
9
// expected-note@
Inputs
/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h:2 {{previous}}
27
// expected-warning@
Inputs
/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h:1{{treating #include as an import of module 'HasSubModules.Sub.Types'}}
/external/clang/test/PCH/
chain-trivial.c
2
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t1 %S/
Inputs
/chain-trivial1.h
3
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t2 -include-pch %t1 %S/
Inputs
/chain-trivial2.h
typo.m
1
// RUN: %clang_cc1 -x objective-c-header -emit-pch -o %t %S/
Inputs
/typo.h
6
// expected-note@
Inputs
/typo.h:3{{declared here}}
/external/clang/test/VFS/
framework-import.m
1
// RUN: sed -e "s:INPUT_DIR:%S/
Inputs
:g" -e "s:OUT_DIR:%t:g" %S/
Inputs
/vfsoverlay.yaml > %t.yaml
implicit-include.c
1
// RUN: sed -e "s:INPUT_DIR:%S/
Inputs
:g" -e "s:OUT_DIR:%t:g" %S/
Inputs
/vfsoverlay.yaml > %t.yaml
include.c
1
// RUN: sed -e "s:INPUT_DIR:%S/
Inputs
:g" -e "s:OUT_DIR:%t:g" %S/
Inputs
/vfsoverlay.yaml > %t.yaml
relative-path.c
3
// RUN: sed -e "s:INPUT_DIR:%S/
Inputs
:g" -e "s:OUT_DIR:%t:g" %S/
Inputs
/vfsoverlay.yaml > %t.yaml
/external/llvm/test/DebugInfo/ARM/
line.test
1
; RUN: llc -mtriple=arm-none-linux -O0 -filetype=asm < %S/../
Inputs
/line.ll | FileCheck %S/../
Inputs
/line.ll
/external/llvm/test/DebugInfo/PowerPC/
line.test
1
; RUN: llc -mtriple=powerpc-unknown-linux -O0 -filetype=asm < %S/../
Inputs
/line.ll | FileCheck %S/../
Inputs
/line.ll
/external/llvm/test/ExecutionEngine/MCJIT/
multi-module-sm-pic-a.ll
1
; RUN: %lli -extra-module=%p/
Inputs
/multi-module-b.ll -extra-module=%p/
Inputs
/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
/external/llvm/test/ExecutionEngine/OrcMCJIT/
multi-module-a.ll
1
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/
Inputs
/multi-module-b.ll -extra-module=%p/
Inputs
/multi-module-c.ll %s > /dev/null
/external/llvm/test/Linker/
drop-debug.ll
1
; RUN: llvm-link %p/
Inputs
/drop-debug.bc -o %t 2>&1 | FileCheck %s
6
; CHECK: WARNING: ignoring debug info with an invalid version (1) in {{.*}}/
Inputs
/drop-debug.bc
ident.ll
1
; RUN: llvm-link %S/
Inputs
/ident.a.ll %S/
Inputs
/ident.b.ll -S | FileCheck %s
link-flags.ll
1
; RUN: llvm-link -S %S/
Inputs
/linkage.b.ll %S/
Inputs
/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=C -check-prefix=CU
2
; RUN: llvm-link -S -only-needed %S/
Inputs
/linkage.b.ll %S/
Inputs
/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=C -check-prefix=CN
3
; RUN: llvm-link -S -internalize %S/
Inputs
/linkage.b.ll %S/
Inputs
/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=CI
4
; RUN: llvm-link -S -internalize -only-needed %S/
Inputs
/linkage.b.ll %S/
Inputs
/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=CN
/external/llvm/test/DebugInfo/
dwarfdump-dump-flags.test
1
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.elf-x86-64 -debug-dump=all | FileCheck %s -check-prefix DUMP_ALL
2
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.elf-x86-64 -debug-dump=info | FileCheck %s -check-prefix DUMP_INFO
3
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.elf-x86-64 -debug-dump=ranges | FileCheck %s -check-prefix DUMP_RANGES
4
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.macho-i386.o -debug-dump=all | FileCheck %s -check-prefix DUMP_ALL
5
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.macho-i386.o -debug-dump=info | FileCheck %s -check-prefix DUMP_INFO
6
; RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-test.macho-i386.o -debug-dump=ranges | FileCheck %s -check-prefix DUMP_RANGES
/external/clang/test/Driver/
windows-cross.c
1
// RUN: %clang -### -target armv7-windows-itanium --sysroot %S/
Inputs
/Windows/ARM/8.1 -B %S/
Inputs
/Windows/ARM/8.1/usr/bin -o /dev/null %s 2>&1 \
4
// CHECK-BASIC: armv7-windows-itanium-ld" "--sysroot={{.*}}/
Inputs
/Windows/ARM/8.1" "-m" "thumb2pe" "-Bdynamic" "--entry" "mainCRTStartup" "--allow-multiple-definition" "-o" "{{[^"]*}}" "{{.*}}/
Inputs
/Windows/ARM/8.1/usr/lib/crtbegin.obj" "-L{{.*}}/
Inputs
/Windows/ARM/8.1/usr/lib" "-L{{.*}}/
Inputs
/Windows/ARM/8.1/usr/lib/gcc" "{{.*}}.o" "-lmsvcrt" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed"
6
// RUN: %clang -### -target armv7-windows-itanium --sysroot %s/
Inputs
/Windows/ARM/8.1 -B %S/
Inputs
/Windows/ARM/8.1/usr/bin -rtlib=compiler-rt -o /dev/null %s 2>&1 \
9
// CHECK-RTLIB: armv7-windows-itanium-ld" "--sysroot={{.*}}/
Inputs
/Windows/ARM/8.1" "-m" "thumb2pe" "-Bdynamic" "--entry" "mainCRTStartup" "--allow-multiple-definition" "-o" "{{[^"]*}}" "{{.*}}/
Inputs
/Windows/ARM/8.1/usr/lib/crtbegin.obj" "-L{{.*}}/Inputs/Windows/ARM/8.1/usr/lib" "-L{{.*}}/Inputs/W (…)
[
all
...]
bindings.c
3
// CHECK01: "clang",
inputs
: ["{{.*}}bindings.c"], output: "{{.*}}.s"
4
// CHECK01: "GNU::Assembler",
inputs
: ["{{.*}}.s"], output: "{{.*}}.o"
5
// CHECK01: "gcc::Linker",
inputs
: ["{{.*}}.o"], output: "a.out"
10
// CHECK05: "clang",
inputs
: ["{{.*}}bindings.c"], output: (nothing)
13
// CHECK08: "clang",
inputs
: ["{{.*}}bindings.c"], output: (nothing)
16
// CHECK11: "clang",
inputs
: ["{{.*}}bindings.c"], output: "bindings.s"
19
// CHECK12: "clang",
inputs
: ["{{.*}}bindings.c"], output: "bindings.s"
23
// CHECK14: "clang",
inputs
: ["{{.*}}bindings.c"], output: "{{.*}}.s"
24
// CHECK14: "darwin::Assembler",
inputs
: ["{{.*}}.s"], output: "{{.*}}.o"
25
// CHECK14: "darwin::Linker",
inputs
: ["{{.*}}.o"], output: "a.out
[
all
...]
/external/v8/test/unittests/compiler/
node-unittest.cc
39
EXPECT_TRUE(node->
inputs
().empty());
68
EXPECT_EQ(node->
inputs
().begin(), node->
inputs
().end());
75
EXPECT_THAT(n1->
inputs
(), ElementsAre(n0));
84
EXPECT_THAT(n2->
inputs
(), ElementsAre(n0, n1));
155
EXPECT_TRUE(node->
inputs
().empty());
157
EXPECT_FALSE(node->
inputs
().empty());
158
EXPECT_THAT(node->
inputs
(), ElementsAre(n0));
160
EXPECT_THAT(node->
inputs
(), ElementsAre(n0, n1));
162
EXPECT_THAT(node->
inputs
(), ElementsAre(n0, n1, n0))
239
Node*
inputs
[kMaxSize];
local
[
all
...]
Completed in 389 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>