Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() argument
59 return Processor.createASTConsumer(Compiler, File); in CreateASTConsumer()
137 CompilerInstance Compiler(std::make_shared<clang::PCHContainerOperations>()); in main() local
138 Compiler.setInvocation(std::move(Invocation)); in main()
140 Compiler.createDiagnostics(&DiagnosticPrinter, false); in main()
141 if (!Compiler.hasDiagnostics()) in main()
145 Compiler.getDiagnosticOpts().ShowCarets = false; in main()
146 Compiler.createSourceManager(*Files); in main()
147 Compiler.setFileManager(Files.get()); in main()
150 Compiler.ExecuteAction(ScopedToolAction); in main()
H A DASTSrcLocProcessor.h29 std::unique_ptr<ASTConsumer> createASTConsumer(CompilerInstance &Compiler,
/freebsd-14.2/contrib/llvm-project/compiler-rt/
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
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp449 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local
450 Compiler.setInvocation(std::move(Invocation)); in runInvocation()
451 Compiler.setFileManager(Files); in runInvocation()
459 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
460 if (!Compiler.hasDiagnostics()) in runInvocation()
463 Compiler.createSourceManager(*Files); in runInvocation()
465 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
/freebsd-14.2/share/doc/psd/15.yacc/
H A Dref.bib31 %T Principles of Compiler Design
44 %T A Portable Compiler: Theory and Practice
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.h116 mutable std::unique_ptr<tools::gcc::Compiler> Compiler; variable
H A DGnu.h116 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
118 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
360 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
/freebsd-14.2/contrib/sqlite3/tea/win/
H A Drules.vc117 !message *** Compiler has 'Optimizations'
120 !message *** Compiler does not have 'Optimizations'
174 !message *** Compiler has 'Pentium 0x0f fix'
177 !message *** Compiler does not have 'Pentium 0x0f fix'
184 !message *** Compiler has 'B-stepping errata workarounds'
187 !message *** Compiler does not have 'B-stepping errata workarounds'
705 !message *** Compiler version $(VCVER). Target machine is $(MACHINE)
707 !message *** Compiler options '$(COMPILERFLAGS) $(OPTIMIZATIONS) $(DEBUGFLAGS) $(WARNINGS)'
/freebsd-14.2/contrib/expat/lib/
H A Dinternal.h126 # error Compiler did not define ULONG_MAX for us
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV73.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV71.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV69.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV71T.td3 // The LLVM Compiler Infrastructure
/freebsd-14.2/sys/conf/
H A DMakefile.arm6441 . warning "Compiler is too old to support PERTHREAD_SSP"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensa.td3 // The LLVM Compiler Infrastructure
H A DXtensaRegisterInfo.td3 // The LLVM Compiler Infrastructure
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dqt13 0 search/1024 The\040Resource\040Compiler\040for\040Qt Qt C-code resource file
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrCompiler.td1 //===- MipsInstrCompiler.td - Compiler Pseudos and Patterns -*- tablegen -*-===//
/freebsd-14.2/contrib/libcbor/CMakeModules/
H A DFindCMocka.cmake10 # CMOCKA_DEFINITIONS - Compiler switches required for using CMocka
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt15771 2) iASL Compiler:
15957 3) iASL Compiler:
16194 3) iASL Compiler:
16254 3) iASL Compiler:
18265 3) ASL Compiler:
18672 ASL Compiler:
18988 ASL Compiler, version X2016:
19130 ASL Compiler Version X2015:
19171 ASL Compiler Version X2014:
19248 ASL Compiler:
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.td87 // Compiler Pseudo Instructions and Pat Patterns
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-source.txt28 C Compiler (`gcc') for several platforms.
37 have done so far has been with the GNU C Compiler. Compilation with other
73 Compiler Options and Efficiency
144 gcc - GNU C Compiler.
343 Compiler Options and Efficiency
/freebsd-14.2/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake76 …MESSAGE(WARNING "Compiler is not GNU gcc! Clang Version 3.0.0 and greater supports gcov as well, b…
79 MESSAGE(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")
/freebsd-14.2/contrib/libevent/cmake/
H A DCodeCoverage.cmake76 …MESSAGE(WARNING "Compiler is not GNU gcc! Clang Version 3.0.0 and greater supports gcov as well, b…
79 MESSAGE(FATAL_ERROR "Compiler is not GNU gcc! Aborting...")

1234