/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 94 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 D | IvarInvalidationChecker.cpp | 346 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 D | TemplateDeduction.h | 107 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 D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
|
/freebsd-src/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 410 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 D | TGLexer.cpp | 643 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 D | TransGCAttrs.cpp | 237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
H A D | TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
|
H A D | TransUnbridgedCasts.cpp | 439 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 135 void swap(PartialDiagnostic &PD) { in swap()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 1625 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 D | SemaExprMember.cpp | 467 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 D | TextDiagnostics.cpp | 89 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
|
H A D | CheckerHelpers.cpp | 93 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { parseAssignment() local
|
/freebsd-src/lib/msun/ld128/ |
H A D | e_powl.c | 124 static const long double PD[] = variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 82 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag() local
|
H A D | ByteCodeEmitter.cpp | 79 for (const ParmVarDecl *PD : FuncDecl->parameters()) { compileFunc() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 229 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 D | CGObjCMac.cpp | 1174 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 D | DeclObjC.cpp | 170 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 D | Comment.cpp | 316 else if (const auto *PD = dyn_cast<ObjCPropertyDecl>(CommentDecl)) in fill() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 799 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 D | USRGeneration.cpp | 271 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 D | IndexDecl.cpp | 397 ObjCProtocolDecl *PD = *I; in handleReferencedProtocols() local 539 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
|
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 20 #define PD global() macro [all...] |