/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 537 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 D | RegisterClassInfo.cpp | 180 if (const TargetRegisterClass *Super = in compute() local
|
H A D | MachineRegisterInfo.cpp | 659 [&](MCPhysReg Super) { return isReserved(Super); })) in isReservedRegUnit()
|
H A D | LiveVariables.cpp | 453 unsigned Super = Reg; in HandleRegMask() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 101 Super enumerator
|
/freebsd/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
|
H A D | CGObjCMac.cpp | 1853 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 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
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 110 for (MCPhysReg Super : superregs(Reg)) in getMatchingSuperReg() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 758 const SubRegion *Super) const { in getLValue() 766 const SubRegion *Super, in getLValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.cpp | 78 for (MCPhysReg Super : superregs(Reg)) in getMatchingMegaReg() local
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordsSlice.cpp | 57 StringRef Super = IsIVar ? Name.split('.').first : Name; in findContainer() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1254 const TypedValueRegion *Super, in isValidBaseClass() 1275 const SubRegion *Super, in getCXXBaseObjectRegion() 1295 const SubRegion *Super) { in getCXXDerivedObjectRegion()
|
H A D | ProgramState.cpp | 648 const MemRegion *Super = SR->getSuperRegion(); in scan() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 96 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 862 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 D | DylibVerifier.cpp | 746 const StringRef Super) { in visitObjCIVar()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 125 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2697 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 D | SemaObjCProperty.cpp | 233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 3215 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 D | RegisterInfoEmitter.cpp | 1362 for (const auto *Super : Supers) in runTargetDesc() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1306 if (const ObjCInterfaceDecl *Super = Interface->getSuperClass()) in CollectOverriddenMethodsRecurse() local
|