| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 41 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 D | Compiler.h | 45 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 D | Context.cpp | 44 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 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/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/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 447 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 D | Gnu.h | 117 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 D | MinGW.cpp | 569 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 D | HexagonScheduleV79.td | 3 // The LLVM Compiler Infrastructure
|
| H A D | HexagonScheduleV75.td | 3 // The LLVM Compiler Infrastructure
|
| 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
|
| /freebsd/contrib/expat/lib/ |
| H A D | internal.h | 129 # error Compiler did not define ULONG_MAX for us
|
| /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 | 200 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 D | X86InstrInfo.td | 94 // 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...")
|