/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM64.h | 60 struct Context { struct 77 vContext global() argument
|
H A D | RegisterContextMinidump_ARM.h | 72 struct Context { struct 92 Context m_regs; argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.h | 32 struct Context { struct 37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 185 struct Context { struct 186 ContextType type = eContextInvalid; argument 193 union ContextInfo { argument 248 Context() = default; argument 250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset() 256 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset() 263 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset() 272 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset() 281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands() 288 void SetOffset(int64_t signed_offset) { in SetOffset() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCodeBuilders.cpp | 65 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/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 41 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert() 58 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create() 72 NestedNameSpecifier::Create(const ASTContext &Context, in Create() 88 NestedNameSpecifier::Create(const ASTContext &Context, in Create() 104 NestedNameSpecifier::Create(const ASTContext &Context, in Create() 115 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create() 126 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) { in GlobalSpecifier() 134 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context, in SuperSpecifier() 563 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() 576 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() [all …]
|
H A D | ASTStructuralEquivalence.cpp | 116 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 167 StructuralEquivalenceContext &Context; member in __anon60b649440111::StmtComparer 452 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 460 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 468 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 477 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 487 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 542 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 580 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() 658 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 300 struct Context { struct 303 bool initialized; 305 bool after_multithreaded_fork; 308 MetaMap metamap; 310 Mutex report_mtx; 311 int nreported; 312 atomic_uint64_t last_symbolize_time_ns; 314 void *background_thread; 315 atomic_uint32_t stop_background_thread; 317 ThreadRegistry thread_registry; [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 85 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/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.h | 35 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/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.h | 42 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 D | RenamingAction.cpp | 46 findSymbolOccurrences(const NamedDecl *ND, RefactoringRuleContext &Context) { in findSymbolOccurrences() 66 RenameOccurrences::initiate(RefactoringRuleContext &Context, in initiate() 80 RenameOccurrences::createSourceReplacements(RefactoringRuleContext &Context) { in createSourceReplacements() 91 QualifiedRenameRule::initiate(RefactoringRuleContext &Context, in initiate() 137 QualifiedRenameRule::createSourceReplacements(RefactoringRuleContext &Context) { in createSourceReplacements() 194 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit() 204 void HandleOneRename(ASTContext &Context, const std::string &NewName, in HandleOneRename() 253 void HandleTranslationUnit(ASTContext &Context) override { in HandleTranslationUnit()
|
H A D | USRFinder.cpp | 38 const ASTContext &Context) in NamedDeclOccurrenceFindingVisitor() 72 const ASTContext &Context; member in clang::tooling::__anon3137cd810111::NamedDeclOccurrenceFindingVisitor 77 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt() 128 const NamedDecl *getNamedDeclFor(const ASTContext &Context, in getNamedDeclFor()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 21 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local 27 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local 34 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementType() local 38 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT() 45 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT() 54 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { in getExtendedVectorVT()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfCorrelator.h | 67 struct Context { global() struct 77 ShouldSwapBytesContext global() argument
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslxrefout.c | 517 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 D | dbnames.c | 489 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/sys/contrib/dev/acpica/common/ |
H A D | adwalk.c | 479 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 D | nsinit.c | 430 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 D | Parser.cpp | 47 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/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 33 ASTContext &Context = getContext(); in classifyArgumentType() local 82 ABIArgInfo CodeGen::coerceToIntArray(QualType Ty, ASTContext &Context, in coerceToIntArray() 251 bool CodeGen::isEmptyField(ASTContext &Context, const FieldDecl *FD, in isEmptyField() 292 bool CodeGen::isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays, in isEmptyRecord() 313 bool CodeGen::isEmptyFieldForLayout(const ASTContext &Context, in isEmptyFieldForLayout() 324 bool CodeGen::isEmptyRecordForLayout(const ASTContext &Context, QualType T) { in isEmptyRecordForLayout() 348 const Type *CodeGen::isSingleElementStruct(QualType T, ASTContext &Context) { in isSingleElementStruct() 464 bool CodeGen::isSIMDVectorType(ASTContext &Context, QualType Ty) { in isSIMDVectorType() 468 bool CodeGen::isRecordWithSIMDVectorType(ASTContext &Context, QualType Ty) { in isRecordWithSIMDVectorType()
|
/freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 35 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/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 55 RefactoringRuleContext &Context) final { in invoke() 77 RefactoringRuleContext &Context) final { in invoke()
|
/freebsd/sys/contrib/dev/acpica/components/events/ |
H A D | evgpeutil.c | 177 void *Context) in AcpiEvWalkGpeList() 241 void *Context) in AcpiEvGetGpeDevice() 450 void *Context) in AcpiEvDeleteGpeHandlers()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 2096 struct Context { struct in clang::format::__anonadd98d890111::AnnotatingParser 2097 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context() argument 2102 tok::TokenKind ContextKind; 2103 unsigned BindingStrength; 2104 bool IsExpression; 2105 unsigned LongestObjCSelectorName = 0; 2106 bool ColonIsForRangeExpr = false; 2107 bool ColonIsDictLiteral = false; 2108 bool ColonIsObjCMethodExpr = false; 2109 FormatToken *FirstObjCSelectorName = nullptr; [all …]
|