/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 522 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 D | RegisterClassInfo.cpp | 181 if (const TargetRegisterClass *Super = compute() local
|
H A D | MachineRegisterInfo.cpp | 648 __anon1a31ae0c0102(MCPhysReg Super) isReservedRegUnit() argument
|
H A D | LiveVariables.cpp | 422 unsigned Super = Reg; HandleRegMask() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 26 for (MCPhysReg Super : superregs(Reg)) getMatchingSuperReg() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 101 Super enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 81 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 D | CGObjCMac.cpp | 1845 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 D | TrustNonnullChecker.cpp | 200 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
|
H A D | BasicObjCFoundationChecks.cpp | 88 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in findKnownClass() local
|
H A D | CStringChecker.cpp | 2646 const MemRegion *Super = MR; checkRegionChanges() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.cpp | 78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 756 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 D | ARMBaseRegisterInfo.cpp | 258 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 D | RecordsSlice.cpp | 50 StringRef Super = IsIVar ? Name.split('.').first : Name; findContainer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 95 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; initializeUsedResources() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1235 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 D | ProgramState.cpp | 616 const MemRegion *Super = SR->getSuperRegion(); scan() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp |
|
H A D | RegisterInfoEmitter.cpp | 1364 for (const auto *Super : Supers) runTargetDesc() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2691 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 D | SemaObjCProperty.cpp | 233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 3206 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 D | DeclObjC.cpp | 1306 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass()) in CollectOverriddenMethodsRecurse() local
|