Searched defs:Ctx (Results 251 - 275 of 523) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h76 GIMatchDagContext &Ctx; member in class:llvm::GIMatchDag
87 GIMatchDag(GIMatchDagContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp128 static std::string formatSymbol(const Dumper::Context &Ctx, argument
167 static std::error_code resolveRelocation(const Dumper::Context &Ctx, argument
203 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument
275 printUnwindInfo(const Context &Ctx, const coff_section *Section, off_t Offset, const UnwindInfo &UI) argument
319 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
353 printData(const Context &Ctx) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devregion.c217 ACPI_PCC_INFO *Ctx = HandlerDesc->AddressSpace.Context; local
226 ACPI_FFH_INFO *Ctx = HandlerDesc->AddressSpace.Context; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp248 ASTContext &Ctx; member in class:__anon284::AutoreleasePoolRewriter::NameReferenceChecker
[all...]
H A DTransforms.cpp38 bool trans::canApplyWeak(ASTContext &Ctx, QualType type, argument
118 findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
130 findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx, bool IsDecl) argument
168 hasSideEffects(Expr *E, ASTContext &Ctx) argument
519 ASTContext &Ctx = pass.Ctx; local
[all...]
H A DARCMT.cpp281 ASTContext &Ctx = Unit->getASTContext(); local
562 ASTContext &Ctx = Unit->getASTContext(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h321 LTOLLVMContext Ctx; member in struct:llvm::lto::LTO::RegularLTOState
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h323 fromData(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const SymbolData *Sym) { argument
346 getBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, argument
335 getCastExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const llvm::SMTExprRef &Exp, QualType FromTy, QualType ToTy) argument
381 getSymBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const BinarySymExpr *BSE, bool *hasComparison, QualType *RetTy) argument
422 getSymExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, QualType *RetTy, bool *hasComparison) argument
465 getExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, QualType *RetTy = nullptr, bool *hasComparison = nullptr) argument
477 getZeroExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const llvm::SMTExprRef &Exp, QualType Ty, bool Assumption) argument
508 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) argument
547 getAPSIntType(ASTContext &Ctx, const llvm::APSInt &Int) argument
554 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) argument
571 doTypeConversion(llvm::SMTSolverRef &Solver, ASTContext &Ctx, llvm::SMTExprRef &LHS, llvm::SMTExprRef &RHS, QualType &LTy, QualType &RTy) argument
648 doIntTypeConversion(llvm::SMTSolverRef &Solver, ASTContext &Ctx, T &LHS, QualType &LTy, T &RHS, QualType &RTy) argument
731 doFloatTypeConversion(llvm::SMTSolverRef &Solver, ASTContext &Ctx, T &LHS, QualType &LTy, T &RHS, QualType &RTy) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp506 MachOJITLinker_arm64(std::unique_ptr<JITLinkContext> Ctx, argument
675 link_MachO_arm64(std::unique_ptr<LinkGraph> G, std::unique_ptr<JITLinkContext> Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp149 adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, uint64_t Value, MCContext &Ctx, const Triple &TheTriple, bool IsResolved) argument
397 MCContext &Ctx = Asm.getContext(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp707 LLVMContext &Ctx = FTy.getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp363 void Dwarf5AccelTableWriter<DataT>::Header::emit(Dwarf5AccelTableWriter &Ctx) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp401 LLVMContext &Ctx = M.getContext(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp290 void MultiplexConsumer::HandleTranslationUnit(ASTContext &Ctx) { argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h222 AnalysisDeclContext *Ctx; member in class:clang::LocationContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp306 static bool isIdenticalStmt(const ASTContext &Ctx, const Stmt *Stmt1, argument
[all...]
H A DDeadStoresChecker.cpp135 ASTContext &Ctx; member in class:__anon948::DeadStoreObs
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp221 adjustFixupValue(const MCFixup &Fixup, uint64_t Value, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp148 StringRef ScalarTraits<GUID>::input(StringRef Scalar, void *Ctx, GUID &S) { argument
181 StringRef ScalarTraits<TypeIndex>::input(StringRef Scalar, void *Ctx, argument
193 StringRef ScalarTraits<APSInt>::input(StringRef Scalar, void *Ctx, APSInt &S) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp765 MCContext &Ctx = OutStreamer->getContext(); local
246 ScaleVectorOffset(MCInst &Inst, unsigned OpNo, unsigned VectorSize, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp34 VEDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx) argument
44 createVEDisassembler(const Target &T, const MCSubtargetInfo &STI, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h440 auto &Ctx = InsertAt->getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp170 static bool addIfNotExistent(LLVMContext &Ctx, const Attribute &Attr, argument
299 LLVMContext &Ctx = IRP.getAnchorValue().getContext(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp160 TemplateArgument::TemplateArgument(ASTContext &Ctx, const llvm::APSInt &Value, argument
598 TemplateArgumentLocInfo( ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h412 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T()) argument

Completed in 334 milliseconds

<<11121314151617181920>>