| /netbsd-src/external/apache2/llvm/dist/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 | 348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 349 assert(PD &&"Do we synthesize ivars for something other than properties?"); in printIvar() 350 os << "Property "<< PD->getName() << " "; in printIvar() 387 const ObjCPropertyDecl *PD = I->second; in visit() local 388 if (PD->isClassProperty()) in visit() 391 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, 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() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | BugReporter.cpp | 134 std::unique_ptr<PathDiagnostic> PD; member in __anon21c281ab0111::PathDiagnosticConstruct 152 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 187 PathPieces &getActivePath() { return PD->getActivePath(); } in getActivePath() 188 PathPieces &getMutablePieces() { return PD->getMutablePieces(); } in getMutablePieces() 1149 bool VisitedEntireCall = C.PD->isWithinCall(); in generatePathDiagnosticsForNode() 1150 C.PD->popActivePath(); in generatePathDiagnosticsForNode() 1215 C.PD->pushActivePath(&P->path); in generatePathDiagnosticsForNode() 1954 static void updateExecutedLinesWithDiagnosticPieces(PathDiagnostic &PD) { in updateExecutedLinesWithDiagnosticPieces() argument 1956 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces() 1957 FilesToLineNumsMap &ExecutedLines = PD.getExecutedLines(); in updateExecutedLinesWithDiagnosticPieces() [all …]
|
| 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 135 for (const PrettyDiag &PD : Active) { in run() local 137 Out << getCharForLevel(PD.Level) << " "; in run() 138 Out << PD.Name; in run() 139 if (!PD.Flag.empty()) in run() 140 Out << " [-W" << PD.Flag << "]"; in run()
|
| /netbsd-src/sys/arch/hpcsh/dev/ |
| H A D | pfckbd.c | 275 #define PD(n) \ in pfckbd_callout_hp() macro 291 PD(1), PD(5), PE(1), PE(6), PE(7), PE(3), PE(0), PD(7) in pfckbd_callout_hp() 294 #undef PD in pfckbd_callout_hp() 370 #define PD(n) \ in pfckbd_callout_hitachi() macro 391 PC(3), PC(2), PD(1), PC(0) in pfckbd_callout_hitachi() 443 } poll = PD(1); in pfckbd_poll_hitachi_power() 446 #undef PD in pfckbd_poll_hitachi_power()
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/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>; 145 // that other instructions with this opcode use PD/XS/XD 209 class PD : TB { Prefix OpPrefix = PD; } 213 class T8PD : T8 { Prefix OpPrefix = PD; } 217 class TAPD : TA { Prefix OpPrefix = PD; } 498 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], 515 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], 544 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], 557 let Predicates = !if(!eq(OpPrefix.Value, PD.Value), [HasMMX, HasSSE2], 567 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], [all …]
|
| /netbsd-src/external/public-domain/xz/dist/build-aux/ |
| H A D | manconv.sh | 32 PD=0.8 36 .PD $PD/ 37 s/^\\.PD\$/.PD $PD/"
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 947 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD, 1026 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD); 1103 void GenerateProtocol(const ObjCProtocolDecl *PD) override; 1109 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0; 1170 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() argument 1173 for (auto MD : PD->methods()) { in get() 1203 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() argument 1205 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList() 1284 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override; 1290 llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) override; [all …]
|
| H A D | CGObjCGNU.cpp | 225 llvm::Constant *MakePropertyEncodingString(const ObjCPropertyDecl *PD, in MakePropertyEncodingString() argument 231 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in MakePropertyEncodingString() 236 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString() 239 return MakeConstantString(PD->getNameAsString()); in MakePropertyEncodingString() 608 const ObjCProtocolDecl *PD) override; 609 void GenerateProtocol(const ObjCProtocolDecl *PD) override; 611 virtual llvm::Constant *GenerateProtocolRef(const ObjCProtocolDecl *PD); 613 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override { in GetOrEmitProtocol() argument 614 return GenerateProtocolRef(PD); in GetOrEmitProtocol() 1314 const ObjCProtocolDecl *PD) override { in GenerateProtocolRef() argument [all …]
|
| /netbsd-src/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
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 168 if (OpPrefix == X86Local::PD) in insnContext() 182 if (OpPrefix == X86Local::PD) in insnContext() 196 if (OpPrefix == X86Local::PD) in insnContext() 210 if (OpPrefix == X86Local::PD) in insnContext() 225 if (OpPrefix == X86Local::PD) in insnContext() 239 else if (OpPrefix == X86Local::PD) in insnContext() 254 if (OpPrefix == X86Local::PD) in insnContext() 266 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix) in insnContext() 268 else if (OpPrefix == X86Local::PD && HasVEX_W) in insnContext() 270 else if (OpPrefix == X86Local::PD) in insnContext() [all …]
|
| /netbsd-src/lib/libm/ld128/ |
| H A D | e_powl.c | 125 static const long double PD[] = variable 426 v = PD[0] + t * (PD[1] + t * (PD[2] + t * (PD[3] + t))); in powl()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid128_div.c | 40 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD, 293 PD = (UINT64) digit *0x068DB8BBull; 294 digit_h = (UINT32) (PD >> 40); 351 PD = (UINT64) digit *0x068DB8BBull; 352 digit_h = (UINT32) (PD >> 40); 491 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD, 757 PD = (UINT64) digit *0x068DB8BBull; 758 digit_h = (UINT32) (PD >> 40); 815 PD = (UINT64) digit *0x068DB8BBull; 816 digit_h = (UINT32) (PD >> 40); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid128_div.c | 40 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD, 293 PD = (UINT64) digit *0x068DB8BBull; 294 digit_h = (UINT32) (PD >> 40); 351 PD = (UINT64) digit *0x068DB8BBull; 352 digit_h = (UINT32) (PD >> 40); 491 UINT64 sign_x, sign_y, T, carry64, D, Q_high, Q_low, QX, PD, 757 PD = (UINT64) digit *0x068DB8BBull; 758 digit_h = (UINT32) (PD >> 40); 815 PD = (UINT64) digit *0x068DB8BBull; 816 digit_h = (UINT32) (PD >> 40); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|