/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 96 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() 127 for (const auto *PD : InterD->properties()) { in checkASTDecl() local 180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
|
D | CheckObjCDealloc.cpp | 32 const ObjCPropertyDecl *PD, in scan_ivar_release() 185 const ObjCPropertyDecl *PD = I->getPropertyDecl(); in checkObjCDealloc() local
|
D | IvarInvalidationChecker.cpp | 353 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 392 const ObjCPropertyDecl *PD = I->second; in visit() local 623 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local
|
/external/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 100 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/external/llvm/lib/Target/ |
D | TargetSubtargetInfo.cpp | 24 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 88 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
|
D | BugReporter.cpp | 503 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateVisitorsOnlyPathDiagnostic() 557 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateMinimalPathDiagnostic() 967 PathDiagnostic &PD; member in __anona7d180830211::EdgeBuilder 1283 if (const ParmVarDecl *PD = *PI) { in reversePropagateInterestingSymbols() local 1388 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateExtensivePathDiagnostic() 1628 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateAlternateExtensivePathDiagnostic() 3054 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic() 3390 PathDiagnosticConsumer &PD, in FlushReport()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 22 class PD { class
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 241 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 305 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
D | TransZeroOutPropsInDealloc.cpp | 119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
|
D | TransUnbridgedCasts.cpp | 442 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 41 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 400 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList() local 421 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in FindGetterSetterNameDecl() local 883 MSPropertyDecl *PD, in BuildMSPropertyRefExpr() 1105 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local 1465 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
|
D | Sema.cpp | 1069 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { in Diag() 1459 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 195 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 298 PerFunctionProfileData PD; in getOrCreateRegionCounters() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopDataPrefetch.cpp | 195 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2652 const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 2661 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol() 2673 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() 2692 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol() 2776 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef() 2804 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension() 2884 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local 2914 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() 2921 for (auto *PD : ClassExt->properties()) { in EmitPropertyList() local 2925 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local [all …]
|
/external/valgrind/memcheck/tests/amd64/ |
D | sse_memory.c | 174 #define PD 16 macro
|
/external/valgrind/memcheck/tests/x86/ |
D | sse_memory.c | 174 #define PD 16 macro
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 223 for (auto PD : D->params()) { in VisitFunctionDecl() local 407 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 259 void swap(PartialDiagnostic &PD) { in swap()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 30 ObjCProtocolDecl *PD = *I; in ObjCProtocolListInfo() local 591 ObjCPropertyDecl *PD = D->getPropertyDecl(); in handleSynthesizedObjCProperty() local 1133 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) in getRefCursor() local
|
D | IndexDecl.cpp | 222 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 146 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local 168 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl() local 176 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I)) in findPropertyDecl() local 212 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local 330 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 129 static bool classof(const PreprocessedEntity *PD) { in classof()
|