/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 95 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() 126 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local 179 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
|
D | IvarInvalidationChecker.cpp | 349 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 388 const ObjCPropertyDecl *PD = I->second; in visit() local 620 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 | 22 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 __anon6d7da64b0211::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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSubtargetInfo.cpp | 23 const SubtargetFeatureKV *PD, in InitMCSubtargetInfo()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 22 class PD { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 28 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 41 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
|
/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/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 188 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 331 PerFunctionProfileData PD; in getOrCreateRegionCounters() local 441 for (auto &PD : ProfileDataMap) { in emitVNodes() local
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 211 ObjCProtocolDecl *PD = *I; in handleReferencedProtocols() local 313 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
|
D | USRGeneration.cpp | 236 for (auto PD : D->parameters()) { in VisitFunctionDecl() local 418 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 44 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 412 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( in FindGetterSetterNameDeclFromProtocolList() local 434 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( in FindGetterSetterNameDecl() local 897 MSPropertyDecl *PD, in BuildMSPropertyRefExpr() 1159 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local 1530 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 260 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2658 const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 2667 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol() 2679 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() 2717 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol() 2801 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef() 2830 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension() 2916 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local 2958 auto AddProperty = [&](const ObjCPropertyDecl *PD) { in EmitPropertyList() 2965 for (auto *PD : ClassExt->properties()) { in EmitPropertyList() local 2972 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 549 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 705 PerFunctionProfileData PD; in getOrCreateRegionCounters() local 816 for (auto &PD : ProfileDataMap) { in emitVNodes() local
|
/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 259 void swap(PartialDiagnostic &PD) { in swap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 291 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 129 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 146 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local 169 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, in findPropertyDecl() local 179 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I)) { in findPropertyDecl() local 232 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local 356 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
|