Home
last modified time | relevance | path

Searched defs:PD (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 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 DIvarInvalidationChecker.cpp348 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 DTemplateDeduction.h102 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 DTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_div.c85 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 Dbid64_div.c85 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 DTGLexer.cpp622 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 DShowEnabledWarnings.cpp135 for (const PrettyDiag &PD : Active) { in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp92 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
H A DTextDiagnostics.cpp92 const PathDiagnostic *PD = *I; in FlushDiagnosticsImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h138 void swap(PartialDiagnostic &PD) { in swap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp41 for (const ParmVarDecl *PD : F->parameters()) { in compileFunc() local
H A DState.cpp81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag() local
H A DByteCodeExprGen.cpp265 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 De_powl.c125 static const long double PD[] = variable
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dpowq.c126 static const __float128 PD[] = variable
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dpowq.c126 static const __float128 PD[] = variable
/netbsd-src/sys/arch/hpcsh/dev/
H A Dpfckbd.c275 #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 DSemaExprMember.cpp432 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 DCGObjCGNU.cpp225 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 DCGObjCMac.cpp1170 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 DDeclObjC.cpp170 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 DUSRGeneration.cpp260 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

1234