Home
last modified time | relevance | path

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

12345678910>>...23

/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h60 struct Context { struct
77 Context m_regs; argument
H A DRegisterContextMinidump_ARM.h72 struct Context { struct
92 Context m_regs; argument
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h185 struct Context { struct
186 ContextType type = eContextInvalid; argument
193 union ContextInfo { argument
248 Context() = default; argument
281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands()
288 void SetOffset(int64_t signed_offset) { in SetOffset()
293 void SetRegister(RegisterInfo reg) { in SetRegister()
298 void SetImmediate(uint64_t immediate) { in SetImmediate()
303 void SetImmediateSigned(int64_t signed_immediate) { in SetImmediateSigned()
308 void SetAddress(lldb::addr_t address) { in SetAddress()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h32 struct Context { struct
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/AST/
H A DNestedNameSpecifier.cpp41 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert()
59 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()
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()
588 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]
H A DASTStructuralEquivalence.cpp113 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
164 StructuralEquivalenceContext &Context; member in __anon0524bf710111::StmtComparer
417 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
451 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
489 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
567 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
616 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
629 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
655 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
1409 IsStructurallyEquivalentLambdas(StructuralEquivalenceContext &Context, in IsStructurallyEquivalentLambdas()
[all …]
H A DTypeLoc.cpp131 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
476 void ObjCTypeParamTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
487 void ObjCObjectTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
520 void TypeOfTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
528 void UnaryTransformTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
537 void ElaboratedTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
547 void DependentNameTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
557 DependentTemplateSpecializationTypeLoc::initializeLocal(ASTContext &Context, in initializeLocal()
576 ASTContext &Context, ArrayRef<TemplateArgument> Args, in initializeArgLocs()
627 void AutoTypeLoc::initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h300 struct Context { struct
303 bool initialized;
308 MetaMap metamap;
310 Mutex report_mtx;
311 int nreported;
314 void *background_thread;
352 RawShadow last_spurious_race;
354 Mutex racy_mtx;
357 Mutex fired_suppressions_mtx;
359 DDetector *dd;
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h35 ASTContext &Context) { in getExtendedRange()
56 StringRef getText(const T &Node, const ASTContext &Context) { in getText()
85 ASTContext &Context) { in getExtendedText()
131 getFileRange(const CharSourceRange &EditRange, const ASTContext &Context, in getFileRange()
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp46 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 DUSRFinder.cpp38 const ASTContext &Context) in NamedDeclOccurrenceFindingVisitor()
72 const ASTContext &Context; member in clang::tooling::__anon399c20ae0111::NamedDeclOccurrenceFindingVisitor
77 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt()
128 const NamedDecl *getNamedDeclFor(const ASTContext &Context, in getNamedDeclFor()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp20 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local
26 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local
33 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementType() local
37 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
44 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
53 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { in getExtendedVectorVT()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h42 struct Context { struct
43 DDetector *dd;
45 Mutex report_mutex;
46 MutexHashMap mutex_map;
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DParser.cpp31 LLVMContext Context; in parseAssemblyInto() local
46 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly()
60 LLVMContext &Context, in parseAssemblyFile()
75 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
92 LLVMContext &Context, in parseAssemblyWithIndex()
102 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
120 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyFileWithIndex()
128 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseAssemblyFileWithIndexNoUpgradeDebugInfo()
137 LLVMContext &Context, in parseAssemblyString()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h67 struct Context { struct
77 const std::unique_ptr<Context> Ctx; argument
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DAttr.h73 Attr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in Attr()
112 TypeAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in TypeAttr()
125 StmtAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in StmtAttr()
138 InheritableAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in InheritableAttr()
163 DeclOrStmtAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in DeclOrStmtAttr()
178 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr()
194 HLSLAnnotationAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in HLSLAnnotationAttr()
212 ParameterABIAttr(ASTContext &Context, const AttributeCommonInfo &CommonInfo, in ParameterABIAttr()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp66 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl()
498 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl()
592 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
834 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl()
864 LLVMContext &Context, unsigned SourceLanguage, Metadata *File, in getImpl()
1042 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl()
1105 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, in getImpl()
1116 DINamespace::DINamespace(LLVMContext &Context, StorageType Storage, in DINamespace()
1150 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, in getImpl()
1276 DIExpression *DIExpression::getImpl(LLVMContext &Context, in getImpl()
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h116 struct Context { struct
128 Context context; argument
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h116 struct Context { struct
128 Context context; argument
/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp1606 struct Context { struct in clang::format::__anon04924c560111::AnnotatingParser
1607 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context() function
1612 tok::TokenKind ContextKind;
1613 unsigned BindingStrength;
1614 bool IsExpression;
1616 bool ColonIsForRangeExpr = false;
1617 bool ColonIsDictLiteral = false;
1621 bool CanBeExpression = true;
1622 bool CaretFound = false;
1625 enum {
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp179 YamlContext &Context = getTypedContext(Ctx); in input() local
234 YamlContext &Context = getTypedContext(Ctx); in output() local
244 YamlContext &Context = getTypedContext(Ctx); in input() local
328 Buffer, nullptr, +[](const SMDiagnostic &, void *Context) {}); in readTriplesAndCpusFromYamls()
331 yaml::EmptyContext Context; in readTriplesAndCpusFromYamls() local
346 YamlContext Context(State); in readYaml() local
359 YamlContext Context(State); in readYamls() local
377 YamlContext Context(State); in writeYamlTo() local
389 YamlContext Context(State); in readYamlFrom() local
/openbsd/gnu/llvm/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()

12345678910>>...23