Home
last modified time | relevance | path

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

1234

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp95 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
DIvarInvalidationChecker.cpp349 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/
DTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
100 PartialDiagnostic PD) { in addSuppressedDiagnostic()
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp22 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp88 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
DBugReporter.cpp503 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/
DMCSubtargetInfo.cpp23 const SubtargetFeatureKV *PD, in InitMCSubtargetInfo()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp22 class PD { class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp28 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp41 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp241 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
305 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
DTransZeroOutPropsInDealloc.cpp119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
DTransUnbridgedCasts.cpp442 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp188 PerFunctionProfileData PD; in computeNumValueSiteCounts() local
331 PerFunctionProfileData PD; in getOrCreateRegionCounters() local
441 for (auto &PD : ProfileDataMap) { in emitVNodes() local
/external/clang/lib/Index/
DIndexDecl.cpp211 ObjCProtocolDecl *PD = *I; in handleReferencedProtocols() local
313 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
DUSRGeneration.cpp236 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/
DMCSubtargetInfo.cpp44 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
/external/clang/lib/Sema/
DSemaExprMember.cpp412 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/
DLoopDataPrefetch.cpp260 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2658 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/
DInstrProfiling.cpp549 PerFunctionProfileData PD; in computeNumValueSiteCounts() local
705 PerFunctionProfileData PD; in getOrCreateRegionCounters() local
816 for (auto &PD : ProfileDataMap) { in emitVNodes() local
/external/clang/include/clang/Basic/
DPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { in swap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp291 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.h129 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
/external/clang/lib/AST/
DDeclObjC.cpp146 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

1234