/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() 125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local 180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
|
H A D | IvarInvalidationChecker.cpp | 348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 387 const ObjCPropertyDecl *PD = I->second; in visit() local 619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 102 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 151 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid64_div.c | 85 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, A, B, QX, PD; in bid64_div() local 524 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, valid_y, PD, res; in bid64_div() local 938 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, PD, res, valid_y; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid64_div.c | 85 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, A, B, QX, PD; in bid64_div() local 524 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, valid_y, PD, res; in bid64_div() local 938 UINT64 sign_x, sign_y, T, carry64, D, Q_low, QX, PD, res, valid_y; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 622 for (const auto &PD : PreprocessorDirs) { in prepIsDirective() local 679 for (const auto &PD : PreprocessorDirs) in prepEatPreprocessorDirective() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 135 for (const PrettyDiag &PD : Active) { in run() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 92 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
|
H A D | TextDiagnostics.cpp | 92 const PathDiagnostic *PD = *I; in FlushDiagnosticsImpl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
H A D | TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 138 void swap(PartialDiagnostic &PD) { in swap()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 41 for (const ParmVarDecl *PD : F->parameters()) { in compileFunc() local
|
H A D | State.cpp | 81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag() local
|
H A D | ByteCodeExprGen.cpp | 265 if (auto *PD = dyn_cast<ParmVarDecl>(DE->getDecl())) in dereference() local 283 const Expr *LV, PrimType T, const ParmVarDecl *PD, DerefKind AK, in dereferenceParam()
|
/netbsd-src/lib/libm/ld128/ |
H A D | e_powl.c | 125 static const long double PD[] = variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | powq.c | 126 static const __float128 PD[] = variable
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | powq.c | 126 static const __float128 PD[] = variable
|
/netbsd-src/sys/arch/hpcsh/dev/ |
H A D | pfckbd.c | 275 #define PD(n) \ in pfckbd_callout_hp() macro 370 #define PD(n) \ in pfckbd_callout_hitachi() macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 432 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList() local 454 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl() local 883 MSPropertyDecl *PD, in BuildMSPropertyRefExpr() 1099 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local 1496 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 225 llvm::Constant *MakePropertyEncodingString(const ObjCPropertyDecl *PD, in MakePropertyEncodingString() 613 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override { in GetOrEmitProtocol() 1314 const ObjCProtocolDecl *PD) override { in GenerateProtocolRef() 1351 void GenerateProtocol(const ObjCProtocolDecl *PD) override { in GenerateProtocol() 1354 llvm::Constant *GenerateProtocolRef(const ObjCProtocolDecl *PD) override { in GenerateProtocolRef() 3047 const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 3054 llvm::Constant *CGObjCGNU::GenerateProtocolRef(const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 3089 void CGObjCGNU::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol() 3249 for (const auto *PD : RuntimeProtos) in GenerateCategoryProtocolList() local 3318 for (const auto *PD : Proto->properties()) { in GeneratePropertyList() local [all …]
|
H A D | CGObjCMac.cpp | 1170 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() 1203 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() 3027 const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 3036 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol() 3048 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() 3087 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol() 3134 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef() 3163 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension() 3261 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local 3304 for (auto *PD : ClassExt->properties()) { in EmitPropertyList() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 170 if (const auto *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local 193 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl() local 203 if (auto *PD = dyn_cast<ObjCPropertyDecl>(*I)) { in findPropertyDecl() local 256 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local 380 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local 839 if (const auto *PD = dyn_cast<const ObjCProtocolDecl>(getDeclContext())) in definedInNSObject() local 1921 const auto *PD = WorkQueue.front(); in getImpliedProtocols() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 260 for (auto PD : D->parameters()) { in VisitFunctionDecl() local 468 const ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D); in VisitObjCContainerDecl() local 486 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
|