Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() argument
125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local
180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
[all...]
H A DIvarInvalidationChecker.cpp346 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local
382 for (const ObjCPropertyDecl *PD : llvm::make_second_range(PropMap)) { in visit() local
605 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h107 takeSFINAEDiagnostic(PartialDiagnosticAt & PD) takeSFINAEDiagnostic() argument
150 addSFINAEDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSFINAEDiagnostic() argument
161 addSuppressedDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSuppressedDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
/freebsd-src/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp410 PrototypeDescriptor PD; in parsePrototypeDescriptor() local
1032 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr() local
1196 auto PD = PrototypeDescriptor::parsePrototypeDescriptor( parsePrototypes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp643 for (const auto &PD : PreprocessorDirs) { prepIsDirective() local
700 for (const auto &PD : PreprocessorDirs) prepEatPreprocessorDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
H A DTransUnbridgedCasts.cpp439 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h135 void swap(PartialDiagnostic &PD) { in swap()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1625 Diag(SourceLocation Loc,const PartialDiagnostic & PD,bool DeferHint) Diag() argument
1800 const PartialDiagnostic &PD = PDAt.second; emitDeferredDiags() local
1985 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2017 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2044 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2063 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2662 tryToRecoverWithCall(ExprResult & E,const PartialDiagnostic & PD,bool ForceComplain,bool (* IsPlausibleResult)(QualType)) tryToRecoverWithCall() argument
[all...]
H A DSemaExprMember.cpp467 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( FindGetterSetterNameDeclFromProtocolList() local
489 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( FindGetterSetterNameDecl() local
918 BuildMSPropertyRefExpr(Sema & S,Expr * BaseExpr,bool IsArrow,const CXXScopeSpec & SS,MSPropertyDecl * PD,const DeclarationNameInfo & NameInfo) BuildMSPropertyRefExpr() argument
1134 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) BuildMemberReferenceExpr() local
1546 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { LookupMemberExpr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp89 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
H A DCheckerHelpers.cpp93 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { parseAssignment() local
/freebsd-src/lib/msun/ld128/
H A De_powl.c124 static const long double PD[] = variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp82 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag() local
H A DByteCodeEmitter.cpp79 for (const ParmVarDecl *PD : FuncDecl->parameters()) { compileFunc() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp229 MakePropertyEncodingString(const ObjCPropertyDecl * PD,const Decl * Container) MakePropertyEncodingString() argument
618 GetOrEmitProtocol(const ObjCProtocolDecl * PD) GetOrEmitProtocol() argument
1333 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
1370 GenerateProtocol(const ObjCProtocolDecl * PD) GenerateProtocol() argument
1373 GenerateProtocolRef(const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3258 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3265 GenerateProtocolRef(const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3299 GenerateProtocol(const ObjCProtocolDecl * PD) GenerateProtocol() argument
3452 for (const auto *PD : RuntimeProtos) GenerateCategoryProtocolList() local
3518 for (const auto *PD : Proto->properties()) { GeneratePropertyList() local
3533 for (auto *PD : ClassExt->properties()) { GeneratePropertyList() local
3540 for (const auto *PD : OCD->properties()) { GeneratePropertyList() local
[all...]
H A DCGObjCMac.cpp1174 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() argument
1207 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() argument
2959 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
2967 GenerateProtocol(const ObjCProtocolDecl * PD) GenerateProtocol() argument
2979 GetProtocolRef(const ObjCProtocolDecl * PD) GetProtocolRef() argument
3018 GetOrEmitProtocol(const ObjCProtocolDecl * PD) GetOrEmitProtocol() argument
3065 GetOrEmitProtocolRef(const ObjCProtocolDecl * PD) GetOrEmitProtocolRef() argument
3094 EmitProtocolExtension(const ObjCProtocolDecl * PD,const ProtocolMethodLists & methodLists) EmitProtocolExtension() argument
3192 for (const auto *PD : Proto->properties()) { PushProtocolProperties() local
3235 for (auto *PD : ClassExt->properties()) { EmitPropertyList() local
3244 for (const auto *PD : OCD->properties()) { EmitPropertyList() local
3277 for (auto PD : Properties) { EmitPropertyList() local
5644 GetPropertyTypeString(const ObjCPropertyDecl * PD,const Decl * Container) GetPropertyTypeString() argument
6586 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
6962 GetOrEmitProtocolRef(const ObjCProtocolDecl * PD) GetOrEmitProtocolRef() argument
7006 GetOrEmitProtocol(const ObjCProtocolDecl * PD) GetOrEmitProtocol() argument
7118 for (const auto *PD : Protocols) EmitProtocolList() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp170 if (const auto *PD = dyn_cast<ObjCProtocolDecl>(this)) HasUserDeclaredSetterMethod() local
193 if (ObjCPropertyDecl *PD = ObjCPropertyDecl::findPropertyDecl(Ext, findPropertyDecl() local
203 if (auto *PD = dyn_cast<ObjCPropertyDecl>(*I)) { findPropertyDecl() local
268 if (ObjCPropertyDecl *PD = FindPropertyDeclaration() local
392 if (ObjCPropertyDecl *PD = FindPropertyVisibleInPrimaryClass() local
882 if (const auto *PD = dyn_cast<const ObjCProtocolDecl>(getDeclContext())) definedInNSObject() local
1977 const auto *PD = WorkQueue.front(); getImpliedProtocols() local
[all...]
H A DComment.cpp316 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp799 auto &PD = ProfileDataMap[Name]; computeNumValueSiteCounts() local
1308 auto &PD = ProfileDataMap[NamePtr]; getOrCreateRegionBitmaps() local
1348 auto &PD = ProfileDataMap[NamePtr]; getOrCreateRegionCounters() local
1407 auto &PD = ProfileDataMap[NamePtr]; createDataVariable() local
1560 for (auto &PD : ProfileDataMap) { emitVNodes() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp271 for (auto *PD : D->parameters()) { VisitFunctionDecl() local
479 const ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D); VisitObjCContainerDecl() local
497 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { VisitObjCPropertyImplDecl() local
H A DIndexDecl.cpp397 ObjCProtocolDecl *PD = *I; in handleReferencedProtocols() local
539 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
/freebsd-src/contrib/arm-optimized-routines/math/
H A Derf.c20 #define PD global() macro
[all...]

1234