Home
last modified time | relevance | path

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

123

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp96 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
DCheckObjCDealloc.cpp53 const ObjCPropertyDecl *PD, in scan_ivar_release()
224 const ObjCPropertyDecl *PD = I->getPropertyDecl(); in checkObjCDealloc() local
DIvarInvalidationChecker.cpp353 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/
DTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
102 PartialDiagnostic PD) { in addSuppressedDiagnostic()
/external/arduino/hardware/arduino/cores/arduino/
Dpins_arduino.c71 #define PD 4 macro
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp42 ArrayRef<SubtargetFeatureKV> PD, in InitMCSubtargetInfo()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp22 class PD { class
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp243 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
307 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/clang/lib/Sema/
DSemaExprMember.cpp399 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList() local
420 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in FindGetterSetterNameDecl() local
855 MSPropertyDecl *PD, in BuildMSPropertyRefExpr()
1064 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local
1420 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
DSema.cpp996 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { in Diag()
1383 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall()
DSemaOpenMP.cpp508 PartialDiagnostic PD = in EndOpenMPDSABlock() local
2451 PartialDiagnostic PD = in ActOnOpenMPPrivateClause() local
2579 PartialDiagnostic PD = in ActOnOpenMPFirstprivateClause() local
2825 PartialDiagnostic PD = in ActOnOpenMPLastprivateClause() local
3187 PartialDiagnostic PD = in ActOnOpenMPReductionClause() local
/external/valgrind/main/memcheck/tests/x86/
Dsse_memory.c174 #define PD 16 macro
/external/valgrind/main/memcheck/tests/amd64/
Dsse_memory.c174 #define PD 16 macro
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp502 static bool GenerateVisitorsOnlyPathDiagnostic(PathDiagnostic &PD, in GenerateVisitorsOnlyPathDiagnostic()
559 static bool GenerateMinimalPathDiagnostic(PathDiagnostic& PD, in GenerateMinimalPathDiagnostic()
973 PathDiagnostic &PD; member in __anon9d1265590211::EdgeBuilder
1291 if (const ParmVarDecl *PD = *PI) { in reversePropagateInterestingSymbols() local
1395 static bool GenerateExtensivePathDiagnostic(PathDiagnostic& PD, in GenerateExtensivePathDiagnostic()
1639 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, in GenerateAlternateExtensivePathDiagnostic()
3079 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic()
3413 PathDiagnosticConsumer &PD, in FlushReport()
DPathDiagnostic.cpp460 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
483 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
/external/clang/include/clang/Basic/
DPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { in swap()
/external/clang/lib/Index/
DUSRGeneration.cpp223 for (auto PD : D->params()) { in VisitFunctionDecl() local
393 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2526 const ObjCProtocolDecl *PD) { in GenerateProtocolRef()
2535 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol()
2547 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef()
2574 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol()
2663 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef()
2694 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension()
2776 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local
2805 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local
3065 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateClass() local
4933 CGObjCCommonMac::GetPropertyTypeString(const ObjCPropertyDecl *PD, in GetPropertyTypeString()
[all …]
/external/clang/tools/libclang/
DIndexingContext.cpp30 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
DIndexDecl.cpp222 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
/external/clang/lib/AST/
DDeclObjC.cpp145 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local
166 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I)) in findPropertyDecl() local
193 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local
255 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
/external/clang/include/clang/Lex/
DPreprocessingRecord.h130 static bool classof(const PreprocessedEntity *PD) { in classof()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp110 PS = 1, PD = 2, XS = 3, XD = 4 enumerator

123