/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 100 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | TemplateDeduction.h | 107 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 150 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 161 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | TemplateDeduction.h | 108 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 151 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 162 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | TemplateDeduction.h | 108 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 151 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 162 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | TemplateDeduction.h | 108 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() 151 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 162 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ |
H A D | PD.java | 30 public final class PD extends com.google.protobuf.GeneratedMessageV3 class 36 private PD(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in PD() method in PD 40 private PD() { in PD() method in PD
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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 …]
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 188 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 331 PerFunctionProfileData PD; in getOrCreateRegionCounters() local 441 for (auto &PD : ProfileDataMap) { in emitVNodes() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A 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 __anond20f15f80211::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()
|
H A D | CheckerHelpers.cpp | 88 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 628 for (const auto &PD : PreprocessorDirs) { in prepIsDirective() local 685 for (const auto &PD : PreprocessorDirs) in prepEatPreprocessorDirective() local
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 241 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 305 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | IndexDecl.cpp | 211 ObjCProtocolDecl *PD = *I; in handleReferencedProtocols() local 313 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
|
H A D | USRGeneration.cpp | 236 for (auto PD : D->parameters()) { in VisitFunctionDecl() local 418 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 590 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 737 PerFunctionProfileData PD; in getOrCreateRegionCounters() local 875 for (auto &PD : ProfileDataMap) { in emitVNodes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 613 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts() local 866 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters() local 1086 for (auto &PD : ProfileDataMap) { in emitVNodes() local
|
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/ |
H A D | volume.proto | 75 message PD { message
|
/aosp_15_r20/external/googleapis/google/cloud/batch/v1alpha/ |
H A D | volume.proto | 75 message PD { message
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | TargetSubtargetInfo.cpp | 22 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 242 ObjCProtocolDecl *PD = *I; in ObjCProtocolListInfo() local 814 ObjCPropertyDecl *PD = D->getPropertyDecl(); in handleSynthesizedObjCProperty() local 1203 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) in getRefCursor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
|