Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h494 using Super = FoldingSetImpl<FoldingSet, T>; variable
527 friend Super; variable
530 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
552 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
589 friend Super; variable
593 : Super(Log2InitSize), Context(Context) {} in Super() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp149 if (const TargetRegisterClass *Super = in compute() local
H A DMachineRegisterInfo.cpp643 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in isReservedRegUnit() local
H A DLiveIntervals.cpp290 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
309 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
H A DLiveVariables.cpp433 unsigned Super = Reg; in HandleRegMask() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h101 Super enumerator
/netbsd-src/external/apache2/llvm/dist/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
586 using Super = DestructedTypeVisitor<GenDestructor>; typedef
623 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef
H A DCGObjCMac.cpp1869 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local
2117 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, in GenerateMessageSendSuper() local
3625 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local
3682 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local
3689 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local
6594 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local
6597 const auto *Super = CI->getSuperClass(); in GenerateClass() local
6637 const auto *Super = CI->getSuperClass(); in GenerateClass() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
H A DBasicObjCFoundationChecks.cpp85 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in findKnownClass() local
H A DCStringChecker.cpp2393 const MemRegion *Super = MR; in checkRegionChanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp77 for (MCSuperRegIterator Super(Reg, this); Super.isValid(); ++Super) in getMatchingMegaReg() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h716 const SubRegion *Super) const { in getLValue()
724 const SubRegion *Super, in getLValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp91 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1161 const TypedValueRegion *Super, in isValidBaseClass()
1182 const SubRegion *Super, in getCXXBaseObjectRegion()
1202 const SubRegion *Super) { in getCXXDerivedObjectRegion()
H A DProgramState.cpp609 const MemRegion *Super = SR->getSuperRegion(); in scan() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp829 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local
2243 for (const auto Super : RC->getMembers()) { in inferMatchingSuperRegClass() local
2409 const CodeGenRegister *Super = SR[j]; in computeCoveredRegisters() local
H A DRegisterInfoEmitter.cpp1365 for (const auto *Super : Supers) in runTargetDesc() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp123 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp247 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2669 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls()
2695 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); in CheckProtocolMethodDefs() local
4141 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { in ActOnAtEnd() local
4177 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd() local
H A DSemaObjCProperty.cpp233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
H A DSemaCodeComplete.cpp7206 ObjCInterfaceDecl *Super = IFace->getSuperClass(); in GetAssumedMessageSendExprType() local
7413 IdentifierInfo *Super = getSuperIdentifier(); in CodeCompleteObjCSuperMessage() local
7594 ObjCInterfaceDecl *Super) { in CodeCompleteObjCInstanceMessage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2442 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) in get32BitRegister() local
2445 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, in get32BitRegister() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp827 CXCursor cxcursor::MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super, in MakeCursorObjCSuperClassRef()

12