/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 494 using Super = FoldingSetImpl<FoldingSet, T>; variable 527 friend Super; variable 530 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function 552 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable 589 friend Super; variable 593 : Super(Log2InitSize), Context(Context) {} in Super() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RegisterClassInfo.cpp | 149 if (const TargetRegisterClass *Super = in compute() local
|
H A D | MachineRegisterInfo.cpp | 643 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in isReservedRegUnit() local
|
H A D | LiveIntervals.cpp | 290 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local 309 for (MCSuperRegIterator Super(*Root, TRI, /*IncludeSelf=*/true); in computeRegUnitRange() local
|
H A D | LiveVariables.cpp | 433 unsigned Super = Reg; in HandleRegMask() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 101 Super enumerator
|
/netbsd-src/external/apache2/llvm/dist/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 586 using Super = DestructedTypeVisitor<GenDestructor>; typedef 623 using Super = DefaultInitializedTypeVisitor<GenDefaultInitialize>; typedef
|
H A D | CGObjCMac.cpp | 1869 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local 2117 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr, in GenerateMessageSendSuper() local 3625 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local 3682 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local 3689 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local 6594 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local 6597 const auto *Super = CI->getSuperClass(); in GenerateClass() local 6637 const auto *Super = CI->getSuperClass(); in GenerateClass() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TrustNonnullChecker.cpp | 201 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in interfaceHasSuperclass() local
|
H A D | BasicObjCFoundationChecks.cpp | 85 if (const ObjCInterfaceDecl *Super = ID->getSuperClass()) in findKnownClass() local
|
H A D | CStringChecker.cpp | 2393 const MemRegion *Super = MR; in checkRegionChanges() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kRegisterInfo.cpp | 77 for (MCSuperRegIterator Super(Reg, this); Super.isValid(); ++Super) in getMatchingMegaReg() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 716 const SubRegion *Super) const { in getLValue() 724 const SubRegion *Super, in getLValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 91 uint64_t Super = ProcResourceMasks[PR.SuperIdx]; in initializeUsedResources() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1161 const TypedValueRegion *Super, in isValidBaseClass() 1182 const SubRegion *Super, in getCXXBaseObjectRegion() 1202 const SubRegion *Super) { in getCXXDerivedObjectRegion()
|
H A D | ProgramState.cpp | 609 const MemRegion *Super = SR->getSuperRegion(); in scan() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 829 CodeGenRegisterClass &Super = *SuperClasses.back(); in inheritProperties() local 2243 for (const auto Super : RC->getMembers()) { in inferMatchingSuperRegClass() local 2409 const CodeGenRegister *Super = SR[j]; in computeCoveredRegisters() local
|
H A D | RegisterInfoEmitter.cpp | 1365 for (const auto *Super : Supers) in runTargetDesc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 123 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 247 const TargetRegisterClass *Super = RC; in getLargestLegalSuperClass() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2669 static void findProtocolsWithExplicitImpls(const ObjCInterfaceDecl *Super, in findProtocolsWithExplicitImpls() 2695 ObjCInterfaceDecl *Super = IDecl->getSuperClass(); in CheckProtocolMethodDefs() local 4141 if (const ObjCInterfaceDecl *Super = IDecl->getSuperClass()) { in ActOnAtEnd() local 4177 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd() local
|
H A D | SemaObjCProperty.cpp | 233 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty() local
|
H A D | SemaCodeComplete.cpp | 7206 ObjCInterfaceDecl *Super = IFace->getSuperClass(); in GetAssumedMessageSendExprType() local 7413 IdentifierInfo *Super = getSuperIdentifier(); in CodeCompleteObjCSuperMessage() local 7594 ObjCInterfaceDecl *Super) { in CodeCompleteObjCInstanceMessage()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 2442 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::lo16, &RC)) in get32BitRegister() local 2445 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16, in get32BitRegister() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXCursor.cpp | 827 CXCursor cxcursor::MakeCursorObjCSuperClassRef(ObjCInterfaceDecl *Super, in MakeCursorObjCSuperClassRef()
|