OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputs
(Results
276 - 300
of
4017
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Modules/
no-implicit-maps.cpp
2
// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/
Inputs
/private %s -verify
pr20399.cpp
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodule-name=libGdml -emit-module -x c++ -std=c++11 %S/
Inputs
/PR20399/module.modulemap
pr20786.cpp
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fmodule-name=TBranchProxy -emit-module -x c++ %S/
Inputs
/PR20786/module.modulemap
pr21687.cpp
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/
Inputs
/PR21687 -emit-llvm-only %s
redecl-found-building-chains.cpp
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/
Inputs
/redecl-found-building-chains -verify %s
redecl-merge2.m
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/
Inputs
%s -verify -Wno-objc-root-class
renamed.m
6
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/
Inputs
/oldname -fmodules-cache-path=%t %s -verify
stddef.m
6
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/
Inputs
/StdDef %s -verify
update-after-load.cpp
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -I %S/
Inputs
/update-after-load -verify -fmodules-cache-path=%t %s
working-dir-flag.m
2
// RUN: %clang_cc1 -fmodules-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/
Inputs
/working-dir-test %s -verify
/external/clang/test/PCH/
cuda-kernel-call.cu
8
#include "
Inputs
/cuda.h"
/external/clang/test/Preprocessor/
user_defined_system_framework.c
1
// RUN: %clang_cc1 -fsyntax-only -F %S/
Inputs
-Wsign-conversion -verify %s
/external/clang/test/SemaCXX/
array-bounds-system-header.cpp
1
// RUN: %clang_cc1 -isystem %S/
Inputs
-verify %s
override-in-system-header.cpp
1
// RUN: %clang_cc1 -std=c++11 -isystem %S/
Inputs
%s -verify
/external/clang/test/VFS/
parse-errors.c
1
// RUN: not %clang_cc1 -ivfsoverlay %S/
Inputs
/invalid-yaml.yaml -fsyntax-only %s 2>&1 | FileCheck %s
4
// RUN: not %clang_cc1 -ivfsoverlay %S/
Inputs
/missing-key.yaml -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-MISSING-TYPE %s
8
// RUN: not %clang_cc1 -ivfsoverlay %S/
Inputs
/unknown-key.yaml -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-UNKNOWN-KEY %s
12
// RUN: not %clang_cc1 -ivfsoverlay %S/
Inputs
/unknown-value.yaml -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-UNKNOWN-VALUE %s
/external/compiler-rt/test/profile/
instrprof-dlopen.test
2
RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/
Inputs
/instrprof-dlopen-func.c
3
RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/
Inputs
/instrprof-dlopen-func2.c
4
RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/
Inputs
/instrprof-dlopen-main.c
5
RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/
Inputs
/instrprof-dlopen-main.c
7
RUN: %clang -c -o %t.d/main.o %S/
Inputs
/instrprof-dlopen-main.c
8
RUN: %clang_profgen -o %t-static %S/
Inputs
/instrprof-dlopen-func.c %S/
Inputs
/instrprof-dlopen-func2.c %t.d/main.o
18
RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/
Inputs
/instrprof-dlopen-func.c
19
RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/
Inputs
/instrprof-dlopen-func.c
20
RUN: %clang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/
Inputs
/instrprof-dlopen-func.
[
all
...]
/external/llvm/test/DebugInfo/
dwarfdump-line-dwo.test
1
RUN: llvm-dwarfdump %p/
Inputs
/dwarfdump-line-dwo.elf-x86-64 | FileCheck %s
llvm-symbolizer-zlib.test
3
RUN: echo "%p/
Inputs
/dwarfdump-test-zlib.elf-x86-64 0x400559" > %t.input
/external/llvm/test/ExecutionEngine/MCJIT/
cross-module-a.ll
1
; RUN: %lli -extra-module=%p/
Inputs
/cross-module-b.ll %s > /dev/null
/external/llvm/test/ExecutionEngine/OrcMCJIT/
cross-module-a.ll
1
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/
Inputs
/cross-module-b.ll %s > /dev/null
/external/llvm/test/Linker/
available_externally_over_decl.ll
1
; RUN: llvm-link -S %s %p/
Inputs
/available_externally_over_decl.ll | FileCheck %s
comdat14.ll
1
; RUN: llvm-link -S %s %p/
Inputs
/comdat14.ll -o - | FileCheck %s
comdat4.ll
1
; RUN: not llvm-link %s %p/
Inputs
/comdat3.ll -S -o - 2>&1 | FileCheck %s
ctors2.ll
1
; RUN: llvm-link -S %s %p/
Inputs
/ctors2.ll -o - | FileCheck %s
ctors3.ll
1
; RUN: llvm-link -S %s %p/
Inputs
/ctors3.ll -o - | FileCheck %s
Completed in 950 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>