| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 65 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local 66 Compiler.setInvocation(std::move(Invocation)); in runInvocation() 69 Compiler.getDiagnosticOpts().ShowCarets = false; in runInvocation() 71 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation() 72 if (!Compiler.hasDiagnostics()) in runInvocation() 77 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation() 90 CI, Compiler.getDiagnostics(), DepFS)); in runInvocation() 95 Compiler.getPreprocessorOpts() in runInvocation() 100 Compiler.setFileManager(FileMgr); in runInvocation() 101 Compiler.createSourceManager(*FileMgr); in runInvocation() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() argument 59 return Processor.createASTConsumer(Compiler, File); in CreateASTConsumer() 141 CompilerInstance Compiler(std::make_shared<clang::PCHContainerOperations>()); in main() local 142 Compiler.setInvocation(std::move(Invocation)); in main() 144 Compiler.createDiagnostics(&DiagnosticPrinter, false); in main() 145 if (!Compiler.hasDiagnostics()) in main() 149 Compiler.getDiagnosticOpts().ShowCarets = false; in main() 150 Compiler.createSourceManager(*Files); in main() 151 Compiler.setFileManager(Files.get()); in main() 154 Compiler.ExecuteAction(ScopedToolAction); in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/ |
| H A D | ccc-analyzer | 65 my $Compiler; 89 $Compiler = $ENV{'CCC_CXX'}; 90 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXX… 98 $Compiler = $ENV{'CCC_CC'}; 99 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCo… 177 `"$Compiler" -v >> $PPFile.info.txt 2>&1`; 454 my $Status = system($Compiler,@ARGV); 456 print STDERR "$Compiler @ARGV\n";
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| H A D | aetables.h | 425 [01Ch 0028 4] Asl Compiler ID : "INTL" 426 [020h 0032 4] Asl Compiler Revision : 20110316 457 [0004] Asl Compiler ID : "INTL" 458 [0004] Asl Compiler Revision : 20100528 471 [004] Asl Compiler ID : "INTL" 472 [004] Asl Compiler Revision : 20100528
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | frontends.texi | 9 @cindex GNU Compiler Collection 10 @cindex GNU C Compiler 17 GCC stands for ``GNU Compiler Collection''. GCC is an integrated 23 current official meaning is ``GNU Compiler Collection'', which refers 25 for ``GNU C Compiler'', and this usage is still common when the emphasis
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | frontends.texi | 9 @cindex GNU Compiler Collection 10 @cindex GNU C Compiler 17 GCC stands for ``GNU Compiler Collection''. GCC is an integrated 23 current official meaning is ``GNU Compiler Collection'', which refers 25 for ``GNU C Compiler'', and this usage is still common when the emphasis
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Myriad.h | 22 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool { 24 Compiler(const ToolChain &TC) : Tool("moviCompile", "movicompile", TC) {} in Compiler() function 95 mutable std::unique_ptr<Tool> Compiler;
|
| H A D | Myriad.cpp | 24 void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 275 if (!Compiler) in SelectTool() 276 Compiler.reset(new tools::SHAVE::Compiler(*this)); in SelectTool() 277 return Compiler.get(); in SelectTool()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 273 [0004] Asl Compiler ID : "INTL" 274 [0004] Asl Compiler Revision : 20100528 288 [0004] Asl Compiler ID : "INTL" 289 [0004] Asl Compiler Revision : 20100528 303 [0004] Asl Compiler ID : "INTL" 304 [0004] Asl Compiler Revision : 20111123
|
| /netbsd-src/external/bsd/tre/dist/m4/ |
| H A D | vl_prog_cc_warnings.m4 | 8 dnl Digital Unix C compiler, C for AIX Compiler, HP-UX C compiler, 58 elif ($CC -V 2>&1 | grep -i "Digital UNIX Compiler" > /dev/null 2>&1 || 68 dnl C for AIX Compiler 69 elif $CC 2>&1 | grep -i "C for AIX Compiler" > /dev/null 2>&1 && 89 elif what $CC 2>&1 | grep -i "HP C Compiler" > /dev/null 2>&1 &&
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/ |
| H A D | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
| H A D | CREDITS.TXT | 19 D: CMake'ify Compiler-RT build system 20 D: Maintain Solaris & AuroraUX ports of Compiler-RT
|
| /netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
| H A D | std64.lnt | 6 -e747 // Compiler supports parameter conversions 7 -e46 // Compiler supports bitfields other than int
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-compiler.cc | 41 Compiler::paintAsType (UnionExp *, Expression *expr, Type *type) in paintAsType() 125 Compiler::onParseModule (Module *m) in onParseModule() 154 Compiler::onImport (Module *) in onImport()
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
| H A D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
| /netbsd-src/common/dist/zlib/contrib/ada/ |
| H A D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/ada/ |
| H A D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
| H A D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
| H A D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | fortran.at | 27 ## Fortran 77 Compiler. ## 57 ## Fortran Compiler. ## 161 # (autoconf.info)Fortran Compiler: 202 C Taken from autoconf.texi:Fortran Compiler. 214 /* Taken from autoconf.texi:Fortran Compiler. */ 221 /* Taken from autoconf.texi:Fortran Compiler. */ 280 C Taken from autoconf.texi:Fortran Compiler. 292 /* Taken from autoconf.texi:Fortran Compiler. */ 299 /* Taken from autoconf.texi:Fortran Compiler. */ 369 /* Taken from autoconf.texi:Fortran Compiler. */ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 384 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local 385 Compiler.setInvocation(std::move(Invocation)); in runInvocation() 386 Compiler.setFileManager(Files); in runInvocation() 394 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation() 395 if (!Compiler.hasDiagnostics()) in runInvocation() 398 Compiler.createSourceManager(*Files); in runInvocation() 400 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | RAVFrontendAction.rst | 29 clang::CompilerInstance &Compiler, llvm::StringRef InFile) { 115 clang::CompilerInstance &Compiler, llvm::StringRef InFile) { 116 return std::make_unique<FindNamedClassConsumer>(&Compiler.getASTContext()); 189 clang::CompilerInstance &Compiler, llvm::StringRef InFile) { 190 return std::make_unique<FindNamedClassConsumer>(&Compiler.getASTContext());
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | README | 1 This directory contains the GNU Compiler Collection (GCC). 3 The GNU Compiler Collection is free software. See the files whose
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | README | 1 This directory contains the GNU Compiler Collection (GCC). 3 The GNU Compiler Collection is free software. See the files whose
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
| H A D | CMakeLists.txt | 15 set_target_properties(FuzzerUnitTests PROPERTIES FOLDER "Compiler-RT Tests") 46 FOLDER "Compiler-RT Runtime tests")
|