Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp41 DeclScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in DeclScope()
62 OptionScope(Compiler<Emitter> *Ctx, bool NewDiscardResult, in OptionScope()
77 Compiler<Emitter> *Ctx;
84 bool InitLink::emit(Compiler<Emitter> *Ctx, const Expr *E) const { in emit()
115 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope()
117 Compiler<Emitter> *Ctx;
123 using LabelTy = typename Compiler<Emitter>::LabelTy;
124 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy;
126 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope()
154 using LabelTy = typename Compiler<Emitter>::LabelTy;
[all …]
H A DCompiler.h45 template <class Emitter> class Compiler; variable
84 bool emit(Compiler<Emitter> *Ctx, const Expr *E) const;
109 class Compiler : public ConstStmtVisitor<Compiler<Emitter>, bool>,
126 Compiler(Context &Ctx, Program &P, Tys &&...Args) in Compiler() function
455 extern template class Compiler<ByteCodeEmitter>;
456 extern template class Compiler<EvalEmitter>;
461 VariableScope(Compiler<Emitter> *Ctx, const ValueDecl *VD,
519 Compiler<Emitter> *Ctx;
529 LocalScope(Compiler<Emitter> *Ctx, ScopeKind Kind = ScopeKind::Block)
531 LocalScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in LocalScope()
[all …]
H A DContext.cpp44 Compiler<ByteCodeEmitter>(*this, *P).compileFunc( in isPotentialConstantExpr()
59 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluateAsRValue()
90 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluate()
119 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluateAsInitializer()
150 Compiler<EvalEmitter> C(*this, *P, Parent, Stk); in evaluateStringRepr()
/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/share/doc/psd/15.yacc/
H A Dref.bib31 %T Principles of Compiler Design
44 %T A Portable Compiler: Theory and Practice
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp447 CompilerInstance Compiler(std::move(Invocation), std::move(PCHContainerOps)); in runInvocation() local
448 Compiler.setFileManager(Files); in runInvocation()
456 Compiler.createDiagnostics(Files->getVirtualFileSystem(), DiagConsumer, in runInvocation()
458 if (!Compiler.hasDiagnostics()) in runInvocation()
461 Compiler.createSourceManager(*Files); in runInvocation()
463 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h117 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
119 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() function
365 mutable std::unique_ptr<tools::gcc::Compiler> Compile;
H A DMinGW.cpp569 if (!Compiler) in getTool()
570 Compiler.reset(new tools::gcc::Compiler(*this)); in getTool()
571 return Compiler.get(); in getTool()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV79.td3 // The LLVM Compiler Infrastructure
H A DHexagonScheduleV75.td3 // The LLVM Compiler Infrastructure
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
/freebsd/contrib/expat/lib/
H A Dinternal.h129 # error Compiler did not define ULONG_MAX for us
/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.txt200 2) iASL Compiler/Disassembler and ACPICA tools:.
300 2) iASL Compiler/Disassembler and ACPICA tools:
368 2) iASL Compiler/Disassembler and ACPICA tools:
370 Data Table Compiler/Disassembler: Add support for the APMT table - ARM
373 Data Table Compiler/Disassembler: For MADT, add support for the OEM-
376 Data Table Compiler: Fixed a problem with support for the SDEV table,
379 Data Table Compiler/Disassembler: Add/fix the CFMWS subtable to the CEDT
382 Data Table Compiler/Disassembler: Fix a compile issue with the CEDT and
385 Data Table Compiler/Disassembler: NHLT Changes provided by Piotr Maziarz:
425 2) iASL Compiler/Disassembler and ACPICA tools:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.td94 // 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...")

1234