Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h537 using Super = FoldingSetImpl<FoldingSet, T>; variable
570 friend Super; variable
573 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
595 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
632 friend Super; variable
636 : Super(Log2InitSize), Context(Context) {} in Super() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp180 if (const TargetRegisterClass *Super = in compute() local
H A DMachineRegisterInfo.cpp659 [&](MCPhysReg Super) { return isReserved(Super); })) in isReservedRegUnit()
H A DLiveVariables.cpp453 unsigned Super = Reg; in HandleRegMask() 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.cpp1853 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local
2093 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, in GenerateMessageSendSuper() local
3563 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local
3619 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local
3625 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local
6514 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local
6517 const auto *Super = CI->getSuperClass(); in GenerateClass() local
6557 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
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp110 for (MCPhysReg Super : superregs(Reg)) in getMatchingSuperReg() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h758 const SubRegion *Super) const { in getLValue()
766 const SubRegion *Super, in getLValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local
/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.cpp57 StringRef Super = IsIVar ? Name.split('.').first : Name; in findContainer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1254 const TypedValueRegion *Super, in isValidBaseClass()
1275 const SubRegion *Super, in getCXXBaseObjectRegion()
1295 const SubRegion *Super) { in getCXXDerivedObjectRegion()
H A DProgramState.cpp648 const MemRegion *Super = SR->getSuperRegion(); in scan() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp96 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp862 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local
2357 for (const auto Super : RC->getMembers()) { in inferMatchingSuperRegClass() local
2526 const CodeGenRegister *Super = SR[j]; in computeCoveredRegisters() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp746 const StringRef Super) { in visitObjCIVar()
/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.cpp2697 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls()
2719 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); in CheckProtocolMethodDefs() local
4162 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { in ActOnAtEnd() local
4198 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.cpp3215 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) in get32BitRegister() local
3218 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, in get32BitRegister() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1362 for (const auto *Super : Supers) in runTargetDesc() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1306 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass()) in CollectOverriddenMethodsRecurse() local

12