Home
last modified time | relevance | path

Searched defs:Super (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h521 using Super = FoldingSetImpl<FoldingSet, T>; variable
554 friend Super; variable
557 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
579 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
616 friend Super; variable
620 : Super(Log2InitSize), Context(Context) {} in Super() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp81 using Super = CopiedTypeVisitor<Derived, IsMove>; typedef
273 using Super = DefaultInitializedTypeVisitor<GenDefaultInitializeFuncName>; typedef
290 using Super = DestructedTypeVisitor<GenDestructorFuncName>; typedef
583 using Super = DestructedTypeVisitor<GenDestructor>; typedef
620 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef
H A DCGObjCMac.cpp1845 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local
2094 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, in GenerateMessageSendSuper() local
3565 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local
3622 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local
3629 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local
6549 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local
6552 const auto *Super = CI->getSuperClass(); in GenerateClass() local
6592 const auto *Super = CI->getSuperClass(); in GenerateClass() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp182 if (const TargetRegisterClass *Super = in compute() local
H A DLiveIntervals.cpp283 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
302 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
H A DMachineRegisterInfo.cpp648 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in isReservedRegUnit() local
H A DLiveVariables.cpp432 unsigned Super = Reg; in HandleRegMask() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DNestedNameSpecifier.h101 Super enumerator
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
H A DBasicObjCFoundationChecks.cpp87 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in findKnownClass() local
H A DCStringChecker.cpp2487 const MemRegion *Super = MR; in checkRegionChanges() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h756 const SubRegion *Super) const { in getLValue()
764 const SubRegion *Super, in getLValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp78 for (MCSuperRegIterator Super(Reg, this); Super.isValid(); ++Super) in getMatchingMegaReg() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1203 const TypedValueRegion *Super, in isValidBaseClass()
1224 const SubRegion *Super, in getCXXBaseObjectRegion()
1244 const SubRegion *Super) { in getCXXDerivedObjectRegion()
H A DProgramState.cpp619 const MemRegion *Super = SR->getSuperRegion(); in scan() local
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp95 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp842 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local
2307 for (const auto Super : RC->getMembers()) { in inferMatchingSuperRegClass() local
2473 const CodeGenRegister *Super = SR[j]; in computeCoveredRegisters() local
H A DRegisterInfoEmitter.cpp1386 for (const auto *Super : Supers) in runTargetDesc() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp258 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2690 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls()
2712 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); in CheckProtocolMethodDefs() local
4157 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { in ActOnAtEnd() local
4193 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd() local
H A DSemaObjCProperty.cpp233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
H A DSemaCodeComplete.cpp7749 ObjCInterfaceDecl *Super = IFace->getSuperClass(); in GetAssumedMessageSendExprType() local
7957 IdentifierInfo *Super = getSuperIdentifier(); in CodeCompleteObjCSuperMessage() local
8138 ObjCInterfaceDecl *Super) { in CodeCompleteObjCInstanceMessage()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3117 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) in get32BitRegister() local
3120 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, in get32BitRegister() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp877 CXCursor cxcursor::MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super, in MakeCursorObjCSuperClassRef()

12