Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h32 struct Context { struct
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() function
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daehandlers.c139 void *Context) in AeNotifyHandler1()
148 void *Context) in AeNotifyHandler2()
243 void *Context) in AeSystemNotifyHandler()
278 void *Context) in AeDeviceNotifyHandler()
311 void *Context) in AeTableHandler()
350 void *Context) in AeGpeHandler()
376 void *Context) in AeGlobalEventHandler()
490 void *Context) in AeEventHandler()
497 void *Context) in AeSciHandler()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h34 ASTContext &Context) { in getExtendedRange()
51 StringRef getText(const T &Node, const ASTContext &Context) { in getText()
80 ASTContext &Context) { in getExtendedText()
97 getRangeForEdit(const CharSourceRange &EditRange, const ASTContext &Context) { in getRangeForEdit()
/netbsd-src/external/apache2/llvm/dist/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()
116 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create()
126 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) { in GlobalSpecifier()
134 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context, in SuperSpecifier()
561 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
574 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]
H A DASTStructuralEquivalence.cpp110 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
161 StructuralEquivalenceContext &Context; member in __anona135636f0111::StmtComparer
384 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
418 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
456 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
528 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
585 static bool IsArrayStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsArrayStructurallyEquivalent()
602 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
626 static bool IsEquivalentExceptionSpec(StructuralEquivalenceContext &Context, in IsEquivalentExceptionSpec()
656 static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context, in IsStructurallyEquivalent()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.h35 struct Context { struct
36 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { in Context() argument
40 ~Context() { in ~Context() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h84 clang::ASTContext * const Context; member
192 template <typename T> void match(const T &Node, ASTContext &Context) { in match()
300 ASTContext &Context) { in match()
310 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
316 match(MatcherT Matcher, ASTContext &Context) { in match()
326 ASTContext &Context) { in matchDynamic()
337 ASTContext &Context) { in matchDynamic()
342 matchDynamic(internal::DynTypedMatcher Matcher, ASTContext &Context) { in matchDynamic()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h43 struct Context { struct
44 DDetector *dd;
46 BlockingMutex report_mutex;
47 MutexHashMap mutex_map;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp19 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local
25 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp64 const ASTContext &Context) { in buildParens()
74 tooling::buildDereference(const Expr &E, const ASTContext &Context) { in buildDereference()
95 const ASTContext &Context) { in buildAddressOf()
116 const ASTContext &Context) { in buildDot()
140 const ASTContext &Context) { in buildArrow()
/netbsd-src/external/apache2/llvm/dist/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::__anonb517e2ac0111::NamedDeclOccurrenceFindingVisitor
77 const NamedDecl *getNamedDeclAt(const ASTContext &Context, in getNamedDeclAt()
128 const NamedDecl *getNamedDeclFor(const ASTContext &Context, in getNamedDeclFor()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.h294 struct Context { struct
297 bool initialized;
299 bool after_multithreaded_fork;
302 MetaMap metamap;
304 Mutex report_mtx;
305 int nreported;
329 extern Context *ctx; // The one and the only global runtime context. argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DParser.cpp33 LLVMContext Context; in parseAssemblyInto() local
48 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, in parseAssembly()
62 LLVMContext &Context, in parseAssemblyFile()
77 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex()
94 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()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslxrefout.c409 void *Context) in OtXrefAnalysisWalkPart1()
480 void *Context) in OtXrefWalkPart2()
553 void *Context) in OtXrefAnalysisWalkPart2()
628 void *Context) in OtXrefWalkPart3()
718 void *Context) in OtXrefAnalysisWalkPart3()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h517 struct Context { struct
520 bool initialized;
522 bool after_multithreaded_fork;
525 MetaMap metamap;
527 Mutex report_mtx;
528 int nreported;
529 int nmissed_expected;
530 atomic_uint64_t last_symbolize_time_ns;
554 extern Context *ctx; // The one and the only global runtime context. argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h521 struct Context { struct
524 bool initialized;
526 bool after_multithreaded_fork;
529 MetaMap metamap;
531 Mutex report_mtx;
532 int nreported;
533 int nmissed_expected;
534 atomic_uint64_t last_symbolize_time_ns;
558 extern Context *ctx; // The one and the only global runtime context. argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp1394 struct Context { struct in clang::format::__anon0fe692140111::AnnotatingParser
1395 Context(tok::TokenKind ContextKind, unsigned BindingStrength, in Context() function
1400 tok::TokenKind ContextKind;
1401 unsigned BindingStrength;
1402 bool IsExpression;
1403 unsigned LongestObjCSelectorName = 0;
1404 bool ColonIsForRangeExpr = false;
1405 bool ColonIsDictLiteral = false;
1406 bool ColonIsObjCMethodExpr = false;
1407 FormatToken *FirstObjCSelectorName = nullptr;
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbnames.c381 void *Context, in AcpiDbWalkAndMatchName() argument
496 void *Context, in AcpiDbWalkForPredefinedNames() argument
597 AcpiDbWalkForObjectCounts(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForObjectCounts() argument
634 AcpiDbWalkForFields(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForFields() argument
718 AcpiDbWalkForSpecificObjects(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForSpecificObjects() argument
892 AcpiDbIntegrityWalk(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbIntegrityWalk() argument
1003 AcpiDbWalkForReferences(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbWalkForReferences() argument
1080 AcpiDbBusWalk(ACPI_HANDLE ObjHandle,UINT32 NestingLevel,void * Context,void ** ReturnValue) AcpiDbBusWalk() argument
[all...]
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dadwalk.c371 void *Context) in AcpiDmDumpDescending()
482 void *Context) in AcpiDmFindOrphanDescending()
645 void *Context) in AcpiDmLoadDescendingOp()
780 void *Context) in AcpiDmXrefDescendingOp()
981 void *Context) in AcpiDmCommonDescendingOp()
1019 void *Context) in AcpiDmProcessResourceDescriptors()
1073 void *Context) in AcpiDmCommonAscendingOp()
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsinit.c322 void *Context, in AcpiNsInitOnePackage()
385 void *Context, in AcpiNsInitOneObject()
525 void *Context, in AcpiNsFindIniMethods()
598 void *Context, in AcpiNsInitOneDevice()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp34 LLVMContext &Context, bool ShouldLazyLoadMetadata) { in getLazyIRModule()
54 LLVMContext &Context, in getLazyIRFileModule()
69 LLVMContext &Context, in parseIR()
92 llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, in parseIRFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp58 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl()
284 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
342 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl()
352 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl()
361 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl()
453 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl()
531 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl()
540 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
566 DIStringType *DIStringType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl()
581 LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, in getImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h55 RefactoringRuleContext &Context) final override { in invoke()
77 RefactoringRuleContext &Context) final override { in invoke()
/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devgpeutil.c69 void *Context) in AcpiEvWalkGpeList()
133 void *Context) in AcpiEvGetGpeDevice()
342 void *Context) in AcpiEvDeleteGpeHandlers()

12345678910>>...24