Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp30 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 DCompiler.h45 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 DContext.cpp32 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 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/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/share/doc/psd/15.yacc/
H A Dref.bib31 %T Principles of Compiler Design
44 %T A Portable Compiler: Theory and Practice
/freebsd/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/contrib/expat/lib/
H A Dinternal.h126 # error Compiler did not define ULONG_MAX for us
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV69.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV71.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV73.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV71T.td3 // The LLVM Compiler Infrastructure
/freebsd/sys/conf/
H A DMakefile.arm6440 . warning "Compiler is too old to support PERTHREAD_SSP"
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensa.td3 // The LLVM Compiler Infrastructure
H A DXtensaRegisterInfo.td3 // The LLVM Compiler Infrastructure
/freebsd/contrib/file/magic/Magdir/
H A Dqt13 0 search/1024 The\040Resource\040Compiler\040for\040Qt Qt C-code resource file
/freebsd/contrib/libcbor/CMakeModules/
H A DFindCMocka.cmake10 # CMOCKA_DEFINITIONS - Compiler switches required for using CMocka
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt103 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 DX86InstrInfo.td88 // Compiler Pseudo Instructions and Pat Patterns
/freebsd/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/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/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...")
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp555 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 DPPCInstrFuture.td3 // The LLVM Compiler Infrastructure

1234