Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h522 using Super = FoldingSetImpl<FoldingSet, T>; variable
555 friend Super; variable
558 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
580 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
617 friend Super; variable
621 : Super(Log2InitSize), Context(Context) {} in Super() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp181 if (const TargetRegisterClass *Super = in compute() local
H A DMachineRegisterInfo.cpp648 [&](MCPhysReg Super) { return isReserved(Super); })) in isReservedRegUnit()
H A DLiveVariables.cpp422 unsigned Super = Reg; in HandleRegMask() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp26 for (MCPhysReg Super : superregs(Reg)) in getMatchingSuperReg() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h101 Super enumerator
/freebsd/contrib/llvm-project/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
576 using Super = DestructedTypeVisitor<GenDestructor>; typedef
613 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef
H A DCGObjCMac.cpp1845 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local
2086 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, in GenerateMessageSendSuper() local
3556 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local
3612 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local
3618 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local
6508 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local
6511 const auto *Super = CI->getSuperClass(); in GenerateClass() local
6551 const auto *Super = CI->getSuperClass(); in GenerateClass() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp200 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
H A DBasicObjCFoundationChecks.cpp88 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in findKnownClass() local
H A DCStringChecker.cpp2646 const MemRegion *Super = MR; in checkRegionChanges() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h756 const SubRegion *Super) const { in getLValue()
764 const SubRegion *Super, in getLValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp258 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
329 for (MCPhysReg Super : RI->superregs(Reg)) in getPairedGPR() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp50 StringRef Super = IsIVar ? Name.split('.').first : Name; in findContainer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1235 const TypedValueRegion *Super, in isValidBaseClass()
1256 const SubRegion *Super, in getCXXBaseObjectRegion()
1276 const SubRegion *Super) { in getCXXDerivedObjectRegion()
H A DProgramState.cpp616 const MemRegion *Super = SR->getSuperRegion(); in scan() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp95 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp842 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local
2335 for (const auto Super : RC->getMembers()) { in inferMatchingSuperRegClass() local
2505 const CodeGenRegister *Super = SR[j]; in computeCoveredRegisters() local
H A DRegisterInfoEmitter.cpp1364 for (const auto *Super : Supers) in runTargetDesc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2691 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls()
2713 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); in CheckProtocolMethodDefs() local
4156 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { in ActOnAtEnd() local
4192 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd() local
H A DSemaObjCProperty.cpp233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3206 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) in get32BitRegister() local
3209 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, in get32BitRegister() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1306 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass()) in CollectOverriddenMethodsRecurse() local

12