/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 30 DeclScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in DeclScope() 59 OptionScope(Compiler<Emitter> *Ctx, bool NewDiscardResult, in OptionScope() 74 Compiler<Emitter> *Ctx; 81 bool InitLink::emit(Compiler<Emitter> *Ctx, const Expr *E) const { in emit() 104 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() 106 Compiler<Emitter> *Ctx; 112 using LabelTy = typename Compiler<Emitter>::LabelTy; 113 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; 115 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope() 135 using LabelTy = typename Compiler<Emitter>::LabelTy; [all …]
|
H A D | Compiler.h | 45 template <class Emitter> class Compiler; variable 74 bool emit(Compiler<Emitter> *Ctx, const Expr *E) const; 97 class Compiler : public ConstStmtVisitor<Compiler<Emitter>, bool>, 114 Compiler(Context &Ctx, Program &P, Tys &&...Args) in Compiler() function 402 extern template class Compiler<ByteCodeEmitter>; 403 extern template class Compiler<EvalEmitter>; 408 VariableScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in VariableScope() 456 Compiler<Emitter> *Ctx; 465 LocalScope(Compiler<Emitter> *Ctx) : VariableScope<Emitter>(Ctx, nullptr) {} in LocalScope() 466 LocalScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in LocalScope() [all …]
|
H A D | Context.cpp | 32 Func = Compiler<ByteCodeEmitter>(*this, *P).compileFunc(FD); in isPotentialConstantExpr() 47 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluateAsRValue() 74 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluate() 100 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluateAsInitializer() 269 if (auto F = Compiler<ByteCodeEmitter>(*this, *P).compileFunc(FD)) in getOrCreateFunction()
|
/freebsd/contrib/llvm-project/compiler-rt/ |
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
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 449 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/share/doc/psd/15.yacc/ |
H A D | ref.bib | 31 %T Principles of Compiler Design 44 %T A Portable Compiler: Theory and Practice
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 117 !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/contrib/expat/lib/ |
H A D | internal.h | 126 # error Compiler did not define ULONG_MAX for us
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonScheduleV69.td | 3 // The LLVM Compiler Infrastructure
|
H A D | HexagonScheduleV71.td | 3 // The LLVM Compiler Infrastructure
|
H A D | HexagonScheduleV73.td | 3 // The LLVM Compiler Infrastructure
|
H A D | HexagonScheduleV71T.td | 3 // The LLVM Compiler Infrastructure
|
/freebsd/sys/conf/ |
H A D | Makefile.arm64 | 40 . warning "Compiler is too old to support PERTHREAD_SSP"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | Xtensa.td | 3 // The LLVM Compiler Infrastructure
|
H A D | XtensaRegisterInfo.td | 3 // The LLVM Compiler Infrastructure
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | qt | 13 0 search/1024 The\040Resource\040Compiler\040for\040Qt Qt C-code resource file
|
/freebsd/contrib/libcbor/CMakeModules/ |
H A D | FindCMocka.cmake | 10 # CMOCKA_DEFINITIONS - Compiler switches required for using CMocka
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 103 2) iASL Compiler/Disassembler and ACPICA tools:. 192 2) iASL Compiler/Disassembler and ACPICA tools: 260 2) iASL Compiler/Disassembler and ACPICA tools: 262 Data Table Compiler/Disassembler: Add support for the APMT table - ARM 265 Data Table Compiler/Disassembler: For MADT, add support for the OEM- 268 Data Table Compiler: Fixed a problem with support for the SDEV table, 271 Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT 274 Data Table Compiler/Disassembler: Fix a compile issue with the CEDT and 277 Data Table Compiler/Disassembler: NHLT Changes provided by Piotr Maziarz: 317 2) iASL Compiler/Disassembler and ACPICA tools: [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.td | 88 // Compiler Pseudo Instructions and Pat Patterns
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-source.txt | 28 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/contrib/ntp/sntp/libevent/cmake/ |
H A D | CodeCoverage.cmake | 76 …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/contrib/libevent/cmake/ |
H A D | CodeCoverage.cmake | 76 …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/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 555 if (!Compiler) in getTool() 556 Compiler.reset(new tools::gcc::Compiler(*this)); in getTool() 557 return Compiler.get(); in getTool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrFuture.td | 3 // The LLVM Compiler Infrastructure
|