Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.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
HDCheckObjCDealloc.cpp32 const ObjCPropertyDecl *PD, in scan_ivar_release()
185 const ObjCPropertyDecl *PD = I->getPropertyDecl(); in checkObjCDealloc() local
HDIvarInvalidationChecker.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
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
100 PartialDiagnostic PD) { in addSuppressedDiagnostic()
/NextBSD/contrib/llvm/lib/Target/
HDTargetSubtargetInfo.cpp24 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in TargetSubtargetInfo()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp243 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
307 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
HDTransZeroOutPropsInDealloc.cpp119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
HDTransUnbridgedCasts.cpp442 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
/NextBSD/contrib/llvm/lib/MC/
HDMCSubtargetInfo.cpp41 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, in MCSubtargetInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp384 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList() local
405 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in FindGetterSetterNameDecl() local
855 MSPropertyDecl *PD, in BuildMSPropertyRefExpr()
1061 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local
1421 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
HDSema.cpp1041 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { in Diag()
1431 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall()
HDSemaTemplateInstantiate.cpp1211 TemplateInstantiator::RebuildParmVarDeclRefExpr(ParmVarDecl *PD, in RebuildParmVarDeclRefExpr()
1252 ParmVarDecl *PD) { in TransformFunctionParmPackRefExpr()
1295 if (ParmVarDecl *PD = dyn_cast<ParmVarDecl>(D)) in TransformDeclRefExpr() local
HDSemaAccess.cpp1619 PartialDiagnostic PD(PDiag()); in CheckConstructorAccess() local
1658 const PartialDiagnostic &PD) { in CheckConstructorAccess()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCLoopDataPrefetch.cpp194 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.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 __anond95cbf990211::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()
3057 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic()
3388 PathDiagnosticConsumer &PD, in FlushReport()
HDPathDiagnostic.cpp463 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
486 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp2521 const ObjCProtocolDecl *PD) { in GenerateProtocolRef()
2530 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol()
2542 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef()
2561 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol()
2645 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef()
2673 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension()
2753 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local
2782 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local
3038 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateClass() local
4890 CGObjCCommonMac::GetPropertyTypeString(const ObjCPropertyDecl *PD, in GetPropertyTypeString()
[all …]
HDCGObjC.cpp767 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCGetter() local
1296 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCSetter() local
2894 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicSetterCopyHelperFunction() local
2968 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicGetterCopyHelperFunction() local
HDCGVTables.cpp273 for (const ParmVarDecl *PD : MD->params()) in EmitCallAndReturnForThunk() local
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDUSRGeneration.cpp225 for (auto PD : D->params()) { in VisitFunctionDecl() local
409 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { in swap()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp146 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
312 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessingRecord.h131 static bool classof(const PreprocessedEntity *PD) { in classof()
/NextBSD/contrib/llvm/utils/TableGen/
HDX86RecognizableInstr.cpp123 PS = 1, PD = 2, XS = 3, XD = 4 enumerator
/NextBSD/usr.sbin/makefs/cd9660/
HDiso9660_rrip.h192 ISO_SUSP_PD PD; member

123