| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() argument 98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar() 105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar() 110 IdentifierInfo *PropIdent = PD->getIdentifier(); in findPropertyBackingIvar() 125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local 127 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD, in checkASTDecl() 134 IvarToPropMap[ID] = PD; in checkASTDecl() 180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local 185 if (isAnnotatedToAllowDirectAssignment(PD) || in VisitBinaryOperator() 190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator() [all …]
|
| H A D | IvarInvalidationChecker.cpp | 350 os << "Property "<< PD->getName() << " "; in printIvar() 387 const ObjCPropertyDecl *PD = I->second; in visit() local 388 if (PD->isClassProperty()) in visit() 397 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl()); in visit() 398 PropertyToIvarMap[PD] = ID; in visit() 399 IvarToPopertyMap[ID] = PD; in visit() 402 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit() 408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl(); in visit() 619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local 620 if (PD) { in checkObjCPropertyRefExpr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 92 const PathDiagnostic *PD = *I; in FlushDiagnosticsImpl() local 94 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl() 98 reportPiece(WarnID, PD->getLocation().asLocation(), in FlushDiagnosticsImpl() 99 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl() 100 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl() 103 for (const auto &Piece : PD->path) { in FlushDiagnosticsImpl() 116 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
|
| H A D | CheckerHelpers.cpp | 92 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local 94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment() 95 VD = cast<VarDecl>(PD->getSingleDecl()); in parseAssignment()
|
| H A D | BugReporter.cpp | 134 std::unique_ptr<PathDiagnostic> PD; member in __anon921f85140111::PathDiagnosticConstruct 1150 C.PD->popActivePath(); in generatePathDiagnosticsForNode() 1215 C.PD->pushActivePath(&P->path); in generatePathDiagnosticsForNode() 2005 Construct.PD->setEndOfPath(LastPiece); in generate() 2047 if (!Construct.PD->path.empty()) { in generate() 2087 return std::move(Construct.PD); in generate() 2881 (*Out)[PC] = std::move(PD); in generatePathDiagnostics() 3079 if (PD->path.empty()) { in FlushReport() 3234 if (PD.path.empty()) in resetDiagnosticLocationToMainFile() 3255 PD.appendToDesc(os.str()); in resetDiagnosticLocationToMainFile() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TemplateDeduction.h | 102 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument 104 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic() 105 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic() 140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument 145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic() 151 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument 154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrTDX.td | 21 "seamcall", []>, PD; 25 "seamret", []>, PD; 29 "seamops", []>, PD; 37 "tdcall", []>, PD;
|
| H A D | X86InstrMPX.td | 49 "bndmov\t{$src, $dst|$dst, $src}", []>, PD, 53 "bndmov\t{$src, $dst|$dst, $src}", []>, PD, 56 "bndmov\t{$src, $dst|$dst, $src}", []>, PD, 61 "bndmov\t{$src, $dst|$dst, $src}", []>, PD, 65 "bndmov\t{$src, $dst|$dst, $src}", []>, PD, 68 "bndmov\t{$src, $dst|$dst, $src}", []>, PD,
|
| H A D | X86InstrFormats.td | 141 def PD : Prefix<1>; 209 class PD : TB { Prefix OpPrefix = PD; } 213 class T8PD : T8 { Prefix OpPrefix = PD; } 217 class TAPD : TA { Prefix OpPrefix = PD; } 619 // S2I - SSE2 scalar instructions with PD prefix. 656 PD, Requires<[HasAVX]>; 673 // S3I - SSE3 instructions with PD prefixes. 817 class AVX512BIBase : PD { 824 class AVX512BIi8Base : PD { 840 class AVX512PDIi8Base : PD { [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | PartialDiagnostic.h | 138 void swap(PartialDiagnostic &PD) { in swap() argument 139 std::swap(DiagID, PD.DiagID); in swap() 140 std::swap(DiagStorage, PD.DiagStorage); in swap() 141 std::swap(Allocator, PD.Allocator); in swap() 201 const PartialDiagnostic &PD) { 202 PD.Emit(DB);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 238 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps() 239 TypeSourceInfo *TInfo = PD->getTypeSourceInfo(); in checkAllAtProps() 245 ATLs.push_back(std::make_pair(ATL, PD)); in checkAllAtProps() 302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local 303 if (PD->getPropertyAttributesAsWritten() & in checkAllProps() 306 SourceLocation AtLoc = PD->getAtLoc(); in checkAllProps() 309 AtProps[AtLoc].push_back(PD); in checkAllProps()
|
| H A D | TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local 119 ObjCMethodDecl *setterM = PD->getSetterMethodDecl(); in TraverseObjCMethodDecl() 121 ObjCPropertyAttribute::Kind AttrKind = PD->getPropertyAttributes(); in TraverseObjCMethodDecl() 125 SynthesizedProperties[PD] = PID; in TraverseObjCMethodDecl()
|
| /freebsd-13.1/usr.bin/m4/ |
| H A D | NOTES | 3 PD m4 is based on the macro tool distributed with the software 8 Since both PD m4 and UN*X m4 are based on SOFTWARE TOOLS macro, 10 the two. The PD m4 was produced without ANY references to m4 34 [1] PD m4 uses a different (and simpler) stack mechanism than the one
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.cpp | 41 for (const ParmVarDecl *PD : F->parameters()) { in compileFunc() local 43 if (llvm::Optional<PrimType> T = Ctx.classify(PD->getType())) { in compileFunc() 49 Descriptor *Desc = P.createDescriptor(PD, Ty); in compileFunc() 51 Params.insert({PD, ParamOffset}); in compileFunc()
|
| H A D | Program.cpp | 122 llvm::Optional<unsigned> Program::getOrCreateDummy(const ParmVarDecl *PD) { in getOrCreateDummy() argument 126 QualType ElemTy = PD->getType()->castAs<PointerType>()->getPointeeType(); in getOrCreateDummy() 130 auto It = DummyParams.find(PD); in getOrCreateDummy() 134 if (auto Idx = createGlobal(PD, Ty, /*isStatic=*/true, /*isExtern=*/true)) { in getOrCreateDummy() 135 DummyParams[PD] = *Idx; in getOrCreateDummy()
|
| H A D | ByteCodeExprGen.cpp | 265 if (auto *PD = dyn_cast<ParmVarDecl>(DE->getDecl())) in dereference() local 266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference() 283 const Expr *LV, PrimType T, const ParmVarDecl *PD, DerefKind AK, in dereferenceParam() argument 286 auto It = this->Params.find(PD); in dereferenceParam() 314 if (auto Idx = P.getOrCreateDummy(PD)) in dereferenceParam() 315 return this->emitGetPtrGlobal(*Idx, PD); in dereferenceParam()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 162 if (OpPrefix == X86Local::PD) in insnContext() 176 if (OpPrefix == X86Local::PD) in insnContext() 190 if (OpPrefix == X86Local::PD) in insnContext() 204 if (OpPrefix == X86Local::PD) in insnContext() 219 if (OpPrefix == X86Local::PD) in insnContext() 233 else if (OpPrefix == X86Local::PD) in insnContext() 248 if (OpPrefix == X86Local::PD) in insnContext() 262 else if (OpPrefix == X86Local::PD && HasVEX_W) in insnContext() 264 else if (OpPrefix == X86Local::PD && Is64Bit && in insnContext() 267 else if (OpPrefix == X86Local::PD && Is64Bit) in insnContext() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 3045 GetOrEmitProtocol(PD); in GenerateProtocol() 3096 PD = Def; in GetOrEmitProtocol() 3110 PD->protocol_begin(), PD->protocol_end())); in GetOrEmitProtocol() 3178 EmitPropertyList("OBJC_$_PROP_PROTO_LIST_" + PD->getName(), nullptr, PD, in EmitProtocolExtension() 3266 Properties.push_back(PD); in PushProtocolProperties() 3320 if (PD->isDirectProperty()) in EmitPropertyList() 3322 Properties.push_back(PD); in EmitPropertyList() 3346 for (auto PD : Properties) { in EmitPropertyList() local 7031 const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef() argument 7075 const ObjCProtocolDecl *PD) { in GetOrEmitProtocol() argument [all …]
|
| H A D | CGObjCGNU.cpp | 614 return GenerateProtocolRef(PD); in GetOrEmitProtocol() 1317 auto Name = PD->getNameAsString(); in GenerateProtocolRef() 1369 PD = Def; in GenerateProtocolRef() 1383 GetRuntimeProtocolList(PD->protocol_begin(), PD->protocol_end()); in GenerateProtocolRef() 3060 GenerateProtocol(PD); in GenerateProtocolRef() 3093 if (PD->isNonRuntimeProtocol()) in GenerateProtocol() 3100 PD = Def; in GenerateProtocol() 3252 for (const auto *PD : RuntimeProtos) in GenerateCategoryProtocolList() local 3330 Properties.push_back(PD); in GeneratePropertyList() 3340 Properties.push_back(PD); in GeneratePropertyList() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() argument 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {} in TargetSubtargetInfo()
|
| /freebsd-13.1/lib/msun/ld128/ |
| H A D | e_powl.c | 127 static const long double PD[] = variable 428 v = PD[0] + t * (PD[1] + t * (PD[2] + t * (PD[3] + t))); in powl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 622 for (const auto &PD : PreprocessorDirs) { in prepIsDirective() local 626 for (; I < strlen(PD.Word); ++I) { in prepIsDirective() 627 if (NextChar != PD.Word[I]) { in prepIsDirective() 638 tgtok::TokKind Kind = PD.Kind; in prepIsDirective() 679 for (const auto &PD : PreprocessorDirs) in prepEatPreprocessorDirective() local 680 if (PD.Kind == Kind) { in prepEatPreprocessorDirective() 682 CurPtr += strlen(PD.Word); in prepEatPreprocessorDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 628 PerFunctionProfileData PD; in computeNumValueSiteCounts() local 629 PD.NumValueSites[ValueKind] = Index + 1; in computeNumValueSiteCounts() 630 ProfileDataMap[Name] = PD; in computeNumValueSiteCounts() 839 PerFunctionProfileData PD; in getOrCreateRegionCounters() local 843 PD = It->second; in getOrCreateRegionCounters() 906 NS += PD.NumValueSites[Kind]; in getOrCreateRegionCounters() 964 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters() 965 PD.DataVar = Data; in getOrCreateRegionCounters() 966 ProfileDataMap[NamePtr] = PD; in getOrCreateRegionCounters() 991 for (auto &PD : ProfileDataMap) { in emitVNodes() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 553 for (auto *PD : FD->parameters()) { in buildCoroutinePromise() local 554 if (PD->getType()->isDependentType()) in buildCoroutinePromise() 558 auto Move = Moves.find(PD); in buildCoroutinePromise() 1262 for (auto *PD : FD.parameters()) { in makeNewAndDeleteExpr() local 1263 if (PD->getType()->isDependentType()) in makeNewAndDeleteExpr() 1267 auto PDLoc = PD->getLocation(); in makeNewAndDeleteExpr() 1269 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(), in makeNewAndDeleteExpr() 1628 for (auto *PD : FD->parameters()) { in buildCoroutineParameterMoves() local 1629 if (PD->getType()->isDependentType()) in buildCoroutineParameterMoves() 1633 BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(), in buildCoroutineParameterMoves() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 196 return PD; in findPropertyDecl() 207 !PD->isClassProperty()) || in findPropertyDecl() 209 PD->isClassProperty()) || in findPropertyDecl() 211 !PD->isClassProperty())) in findPropertyDecl() 212 return PD; in findPropertyDecl() 214 if (PD->isClassProperty()) in findPropertyDecl() 215 classProp = PD; in findPropertyDecl() 256 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local 259 return PD; in FindPropertyDeclaration() 380 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local [all …]
|