/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A 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
|
H A D | CheckObjCDealloc.cpp | 32 const ObjCPropertyDecl *PD, in scan_ivar_release() 185 const ObjCPropertyDecl *PD = I->getPropertyDecl(); in checkObjCDealloc() local
|
H A 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
|
/minix3/external/bsd/llvm/dist/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() 102 PartialDiagnostic PD) { in addSuppressedDiagnostic()
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 40 ArrayRef<SubtargetFeatureKV> PD, in InitMCSubtargetInfo()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
H A D | p5-cxx0x.cpp | 22 class PD { class
|
/minix3/minix/drivers/audio/es1370/ |
H A D | ak4531.c | 20 #define PD 0x02 macro
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 243 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 307 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
H A D | TransZeroOutPropsInDealloc.cpp | 119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
|
H A D | TransUnbridgedCasts.cpp | 442 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 385 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList() local 406 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 1423 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
|
H A D | Sema.cpp | 1030 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { in Diag() 1417 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 259 void swap(PartialDiagnostic &PD) { in swap()
|
/minix3/external/bsd/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 225 for (auto PD : D->params()) { in VisitFunctionDecl() local 409 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
|
/minix3/external/bsd/llvm/dist/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 __anonf94f6a130211::EdgeBuilder 1285 if (const ParmVarDecl *PD = *PI) { in reversePropagateInterestingSymbols() local 1390 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateExtensivePathDiagnostic() 1630 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateAlternateExtensivePathDiagnostic() 3062 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic() 3396 PathDiagnosticConsumer &PD, in FlushReport()
|
H A D | PathDiagnostic.cpp | 459 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic() 482 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2524 const ObjCProtocolDecl *PD) { in GenerateProtocolRef() 2533 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol() 2545 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() 2564 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol() 2648 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef() 2676 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension() 2756 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local 2785 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local 3041 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateClass() local 4892 CGObjCCommonMac::GetPropertyTypeString(const ObjCPropertyDecl *PD, in GetPropertyTypeString() [all …]
|
H A D | CGObjC.cpp | 744 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCGetter() local 1273 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCSetter() local 2870 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicSetterCopyHelperFunction() local 2944 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicGetterCopyHelperFunction() local
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A 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
|
H A D | IndexDecl.cpp | 222 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 146 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local 167 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I)) in findPropertyDecl() local 194 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local 256 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 130 static bool classof(const PreprocessedEntity *PD) { in classof()
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 112 PS = 1, PD = 2, XS = 3, XD = 4 enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/Layout/ |
H A D | ms-x86-pack-and-align.cpp | 687 typedef PB PD; typedef
|
/minix3/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.h | 190 ISO_SUSP_PD PD; member
|