Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DExternalASTSourceTest.cpp48 CompilerInstance Compiler; in testExternalASTSource() local
49 Compiler.createDiagnostics(); in testExternalASTSource()
57 Compiler.getDiagnostics()); in testExternalASTSource()
58 Compiler.setInvocation(Invocation); in testExternalASTSource()
61 return Compiler.ExecuteAction(Action); in testExternalASTSource()
/minix3/external/bsd/llvm/dist/clang/tools/scan-build/
H A Dccc-analyzer39 my $Compiler;
62 $Compiler = $ENV{'CCC_CXX'};
63 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXX…
71 $Compiler = $ENV{'CCC_CC'};
72 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCo…
148 `$Compiler -v >> $PPFile.info.txt 2>&1`;
450 my $Status = system($Compiler,@ARGV);
452 print STDERR "$Compiler @ARGV\n";
/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A Dident.ll6 ; CHECK-DAG: "Compiler V1"
7 ; CHECK-DAG: "Compiler V2"
8 ; CHECK-DAG: "Compiler V3"
/minix3/external/bsd/llvm/dist/llvm/test/Linker/Inputs/
H A Dident.a.ll2 !0 = !{!"Compiler V1"}
3 !1 = !{!"Compiler V2"}
H A Dident.b.ll2 !0 = !{!"Compiler V3"}
/minix3/sys/external/bsd/compiler_rt/dist/
H A DREADME.txt1 Compiler-RT
7 Compiler-RT is open source software. You may freely distribute it under the
H A DCREDITS.TXT19 D: CMake'ify Compiler-RT build system
20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
/minix3/common/dist/zlib/contrib/ada/
H A Dzlib.gpr8 package Compiler is
10 end Compiler;
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp180 CompilerInstance Compiler; in TEST() local
181 Compiler.setInvocation(Invocation); in TEST()
182 Compiler.createDiagnostics(); in TEST()
188 ASSERT_TRUE(Compiler.ExecuteAction(TestAction)); in TEST()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV3.td3 // The LLVM Compiler Infrastructure
10 // This file describes the Hexagon V3 Compiler Intrinsics in TableGen format.
H A DHexagonSchedule.td3 // The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp256 clang::CompilerInstance Compiler; in runInvocation() local
257 Compiler.setInvocation(Invocation); in runInvocation()
258 Compiler.setFileManager(Files); in runInvocation()
266 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
267 if (!Compiler.hasDiagnostics()) in runInvocation()
270 Compiler.createSourceManager(*Files); in runInvocation()
272 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticAnalysisKinds.td3 // The LLVM Compiler Infrastructure
H A DDiagnosticCategories.td3 // The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml3 * The LLVM Compiler Infrastructure
H A Dllvm_all_backends.mli3 * The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/backends/
H A Dllvm_backend.ml.in3 * The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.ml3 * The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst29 clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
116 clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
118 new FindNamedClassConsumer(&Compiler.getASTContext()));
191 clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
193 new FindNamedClassConsumer(&Compiler.getASTContext()));
/minix3/external/bsd/libc++/dist/libcxx/include/
H A Dcassert4 // The LLVM Compiler Infrastructure
H A Dciso6464 // The LLVM Compiler Infrastructure
H A Dccomplex4 // The LLVM Compiler Infrastructure
H A Dcstdbool4 // The LLVM Compiler Infrastructure
H A Dctgmath4 // The LLVM Compiler Infrastructure
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml3 * The LLVM Compiler Infrastructure

12345678910>>...27