Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h522 using Super = FoldingSetImpl<FoldingSet, T>; global() variable
555 friend Super; global() variable
558 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} Super() function
580 using Super = FoldingSetImpl<ContextualFoldingSet, T>; global() variable
617 friend Super; global() variable
621 : Super(Log2InitSize), Context(Context) {} Super() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp181 if (const TargetRegisterClass *Super = compute() local
H A DMachineRegisterInfo.cpp648 __anon1a31ae0c0102(MCPhysReg Super) isReservedRegUnit() argument
H A DLiveVariables.cpp422 unsigned Super = Reg; HandleRegMask() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp26 for (MCPhysReg Super : superregs(Reg)) getMatchingSuperReg() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h101 Super enumerator
/freebsd-src/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
[all...]
H A DCGObjCMac.cpp1845 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) hasObjCExceptionAttribute() local
2086 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, GenerateMessageSendSuper() local
3556 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { GenerateClass() local
3612 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) EmitMetaClass() local
3618 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { EmitMetaClass() local
6508 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) GenerateClass() local
6511 const auto *Super = CI->getSuperClass(); GenerateClass() local
6551 const auto *Super = CI->getSuperClass(); GenerateClass() local
[all...]
/freebsd-src/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; checkRegionChanges() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h756 getLValue(const CXXBaseSpecifier & BaseSpec,const SubRegion * Super) getLValue() argument
764 getLValue(const CXXRecordDecl * BaseClass,const SubRegion * Super,bool IsVirtual) getLValue() argument
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp50 StringRef Super = IsIVar ? Name.split('.').first : Name; findContainer() local
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp95 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; initializeUsedResources() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1235 isValidBaseClass(const CXXRecordDecl * BaseClass,const TypedValueRegion * Super,bool IsVirtual) isValidBaseClass() argument
1256 getCXXBaseObjectRegion(const CXXRecordDecl * RD,const SubRegion * Super,bool IsVirtual) getCXXBaseObjectRegion() argument
1276 getCXXDerivedObjectRegion(const CXXRecordDecl * RD,const SubRegion * Super) getCXXDerivedObjectRegion() argument
[all...]
H A DProgramState.cpp616 const MemRegion *Super = SR->getSuperRegion(); scan() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp
H A DRegisterInfoEmitter.cpp1364 for (const auto *Super : Supers) runTargetDesc() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2691 findProtocolsWithExplicitImpls(const ObjCInterfaceDecl * Super,ProtocolNameSet & PNS) findProtocolsWithExplicitImpls() argument
2713 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); CheckProtocolMethodDefs() local
4156 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { ActOnAtEnd() local
4192 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { ActOnAtEnd() local
[all...]
H A DSemaObjCProperty.cpp233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3206 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) get32BitRegister() local
3209 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, get32BitRegister() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1306 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass()) in CollectOverriddenMethodsRecurse() local

12