Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h60 struct Context { struct
77 vContext global() argument
H A DRegisterContextMinidump_ARM.h72 struct Context { struct
92 Context m_regs; argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h32 struct Context { struct
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h219 struct Context { struct
220 ContextType type = eContextInvalid; argument
227 union ContextInfo { argument
282 Context() = default; argument
284 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset()
290 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset()
297 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset()
306 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset()
315 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands()
322 void SetOffset(int64_t signed_offset) { in SetOffset()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp65 bool tooling::isKnownPointerLikeType(QualType Ty, ASTContext &Context) { in isKnownPointerLikeType()
76 const ASTContext &Context) { in buildParens()
86 tooling::buildDereference(const Expr &E, const ASTContext &Context) { in buildDereference()
107 const ASTContext &Context) { in buildAddressOf()
132 buildAccessForValue(const Expr &E, const ASTContext &Context) { in buildAccessForValue()
158 buildAccessForPointer(const Expr &E, const ASTContext &Context) { in buildAccessForPointer()
181 const ASTContext &Context) { in buildDot()
186 const ASTContext &Context) { in buildArrow()
201 static bool treatLikePointer(QualType Ty, PLTClass C, ASTContext &Context) { in treatLikePointer()
214 ASTContext &Context, in buildAccess()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h78 struct Context { struct
95 const std::unique_ptr<Context> Ctx; argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp39 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert()
56 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create()
70 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
86 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
101 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create()
112 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create()
123 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) { in GlobalSpecifier()
131 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context, in SuperSpecifier()
549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, TypeLoc TL, in Extend()
559 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]
H A DASTStructuralEquivalence.cpp118 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
169 StructuralEquivalenceContext &Context; member in __anon60b649440111::StmtComparer
455 CheckStructurallyEquivalentAttributes(StructuralEquivalenceContext &Context, in CheckStructurallyEquivalentAttributes()
491 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
499 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
507 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
516 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
526 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
581 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
618 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h303 struct Context { struct
306 bool initialized;
308 bool after_multithreaded_fork;
311 MetaMap metamap;
313 Mutex report_mtx;
314 int nreported;
315 atomic_uint64_t last_symbolize_time_ns;
317 void *background_thread;
318 atomic_uint32_t stop_background_thread;
320 ThreadRegistry thread_registry;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h35 struct Context { struct
36 Context(DifferenceEngine &Engine, const Value *L, const Value *R) in Context() function
41 ~Context() { in ~Context() argument
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h85 clang::ASTContext * const Context; member
194 template <typename T> void match(const T &Node, ASTContext &Context) { in match()
303 ASTContext &Context) { in match()
313 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
319 match(MatcherT Matcher, ASTContext &Context) { in match()
329 ASTContext &Context) { in matchDynamic()
340 ASTContext &Context) { in matchDynamic()
345 matchDynamic(internal::DynTypedMatcher Matcher, ASTContext &Context) { in matchDynamic()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h42 struct Context { struct
43 DDetector *dd;
45 Mutex report_mutex;
46 MutexHashMap mutex_map;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp37 findSymbolOccurrences(const NamedDecl *ND, RefactoringRuleContext &Context) { in findSymbolOccurrences()
57 RenameOccurrences::initiate(RefactoringRuleContext &Context, in initiate()
71 RenameOccurrences::createSourceReplacements(RefactoringRuleContext &Context) { in createSourceReplacements()
82 QualifiedRenameRule::initiate(RefactoringRuleContext &Context, in initiate()
128 QualifiedRenameRule::createSourceReplacements(RefactoringRuleContext &Context) { in createSourceReplacements()
185 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit()
195 void HandleOneRename(ASTContext &Context, const std::string &NewName, in HandleOneRename()
244 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit()
H A DUSRFinder.cpp36 const ASTContext &Context) in NamedDeclOccurrenceFindingVisitor()
70 const ASTContext &Context; member in clang::tooling::__anon3137cd810111::NamedDeclOccurrenceFindingVisitor
75 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt()
126 const NamedDecl *getNamedDeclFor(const ASTContext &Context, in getNamedDeclFor()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h83 Attr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in Attr()
122 TypeAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in TypeAttr()
135 StmtAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in StmtAttr()
148 InheritableAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in InheritableAttr()
173 DeclOrStmtAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in DeclOrStmtAttr()
188 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr()
204 InheritableParamOrStmtAttr(ASTContext &Context, in InheritableParamOrStmtAttr()
221 HLSLAnnotationAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in HLSLAnnotationAttr()
239 ParameterABIAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in ParameterABIAttr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp22 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local
28 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local
35 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementType() local
39 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
46 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
55 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { in getExtendedVectorVT()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c517 void *Context) in OtXrefAnalysisWalkPart1()
588 void *Context) in OtXrefWalkPart2()
661 void *Context) in OtXrefAnalysisWalkPart2()
736 void *Context) in OtXrefWalkPart3()
826 void *Context) in OtXrefAnalysisWalkPart3()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbnames.c489 void *Context, in AcpiDbWalkAndMatchName()
604 void *Context, in AcpiDbWalkForPredefinedNames()
705 void *Context, in AcpiDbWalkForObjectCounts()
742 void *Context, in AcpiDbWalkForFields()
831 void *Context, in AcpiDbWalkForSpecificObjects()
1005 void *Context, in AcpiDbIntegrityWalk()
1116 void *Context, in AcpiDbWalkForReferences()
1193 void *Context, in AcpiDbBusWalk()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIState.h32 DWARFCFIState(MCContext *Context) : Context(Context), IsInitiated(false) {}; in DWARFCFIState()
47 MCContext *Context; variable
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c479 void *Context) in AcpiDmDumpDescending()
590 void *Context) in AcpiDmFindOrphanDescending()
753 void *Context) in AcpiDmLoadDescendingOp()
888 void *Context) in AcpiDmXrefDescendingOp()
1089 void *Context) in AcpiDmCommonDescendingOp()
1127 void *Context) in AcpiDmProcessResourceDescriptors()
1181 void *Context) in AcpiDmCommonAscendingOp()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c430 void *Context, in AcpiNsInitOnePackage()
493 void *Context, in AcpiNsInitOneObject()
633 void *Context, in AcpiNsFindIniMethods()
706 void *Context, in AcpiNsInitOneDevice()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp47 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly()
61 LLVMContext &Context, in parseAssemblyFile()
76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
93 LLVMContext &Context, in parseAssemblyWithIndex()
103 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
121 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
129 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
138 LLVMContext &Context, in parseAssemblyString()
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp35 LLVMContext &Context, bool ShouldLazyLoadMetadata) { in getLazyIRModule()
55 LLVMContext &Context, in getLazyIRFileModule()
70 LLVMContext &Context, in parseIR()
95 LLVMContext &Context, in parseIRFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h40 friend class Context; // For constructor. variable
72 friend class Context; // For constructor. variable
262 friend class Context; // For constructor. variable
364 friend class Context; // For constructor. variable
381 friend class Context; // For constructor. variable
426 friend class Context; // For constructor. variable
453 friend class Context; // For constructor. variable
593 friend class Context; variable
672 friend class Context; variable
771 friend class Context; // For constructor. variable
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h55 RefactoringRuleContext &Context) final { in invoke()
77 RefactoringRuleContext &Context) final { in invoke()

12345678910>>...28