| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | tic80-opc.c | 558 #define PD(x) ((x) << 9) macro 773 …{"fadd.ddd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… 774 …{"fadd.dsd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… 775 …{"fadd.sdd", OP_LI(0x3E1) | PD(1) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 776 …{"fadd.sdd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 777 …{"fadd.ssd", OP_LI(0x3E1) | PD(1) | P2(0) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 778 …{"fadd.ssd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 779 …{"fadd.sss", OP_LI(0x3E1) | PD(0) | P2(0) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 780 …{"fadd.sss", OP_REG(0x3E0) | PD(0) | P2(0) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 784 …{"fcmp.dd", OP_REG(0x3EA) | PD(0) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | tic80-opc.c | 558 #define PD(x) ((x) << 9) macro 773 …{"fadd.ddd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… 774 …{"fadd.dsd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… 775 …{"fadd.sdd", OP_LI(0x3E1) | PD(1) | P2(1) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 776 …{"fadd.sdd", OP_REG(0x3E0) | PD(1) | P2(1) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 777 …{"fadd.ssd", OP_LI(0x3E1) | PD(1) | P2(0) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 778 …{"fadd.ssd", OP_REG(0x3E0) | PD(1) | P2(0) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 779 …{"fadd.sss", OP_LI(0x3E1) | PD(0) | P2(0) | P1(0), MASK_LI | PD(3) | P2(3) | P1(3), 0, {SPFI, R… 780 …{"fadd.sss", OP_REG(0x3E0) | PD(0) | P2(0) | P1(0), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0, … 784 …{"fcmp.dd", OP_REG(0x3EA) | PD(0) | P2(1) | P1(1), MASK_REG | PD(3) | P2(3) | P1(3), 0, {REG_0_E… [all …]
|
| /openbsd-src/gnu/llvm/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() 386 const ObjCPropertyDecl *PD = I->second; in visit() local 387 if (PD->isClassProperty()) in visit() 390 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, in visit() 396 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl()); in visit() 397 PropertyToIvarMap[PD] = ID; in visit() 398 IvarToPopertyMap[ID] = PD; in visit() 401 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/man/PD/ |
| H A D | args.out_ascii | 1 PD-ARGS(1) General Commands Manual PD-ARGS(1) 4 PD-args - unusual arguments to the PD macro 27 OpenBSD December 23, 2014 PD-ARGS(1)
|
| H A D | spacing.out_ascii | 1 PD-SPACING(1) General Commands Manual PD-SPACING(1) 4 PD-spacing - effect of the PD macro on vertical spacing 66 OpenBSD July 28, 2012 PD-SPACING(1)
|
| H A D | nextline.out_ascii | 1 PD-NEXTLINE(1) General Commands Manual PD-NEXTLINE(1) 4 PD-nextline - paragraph distance macro in next-line scope 29 OpenBSD March 20, 2015 PD-NEXTLINE(1)
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | TemplateDeduction.h | 107 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument 109 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic() 110 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic() 150 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument 155 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic() 161 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument 164 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
|
| /openbsd-src/gnu/llvm/clang/tools/diagtool/ |
| H A D | ShowEnabledWarnings.cpp | 136 for (const PrettyDiag &PD : Active) { in run() local 138 Out << getCharForLevel(PD.Level) << " "; in run() 139 Out << PD.Name; in run() 140 if (!PD.Flag.empty()) in run() 141 Out << " [-W" << PD.Flag << "]"; in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrTDX.td | 21 "seamcall", []>, PD; 25 "seamret", []>, PD; 29 "seamops", []>, PD; 37 "tdcall", []>, PD;
|
| H A D | X86InstrFormats.td | 142 def PD : Prefix<1>; 146 // that other instructions with this opcode use PD/XS/XD 212 class T_MAP5PD : T_MAP5 { Prefix OpPrefix = PD; } // 0x66 217 class T_MAP6PD : T_MAP6 { Prefix OpPrefix = PD; } 222 class PD : TB { Prefix OpPrefix = PD; } 226 class T8PD : T8 { Prefix OpPrefix = PD; } 230 class TAPD : TA { Prefix OpPrefix = PD; } 515 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], 532 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], 561 !if(!eq(OpPrefix.Value, PD.Value), [UseSSE2], [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | PartialDiagnostic.h | 135 void swap(PartialDiagnostic &PD) { in swap() argument 136 std::swap(DiagID, PD.DiagID); in swap() 137 std::swap(DiagStorage, PD.DiagStorage); in swap() 138 std::swap(Allocator, PD.Allocator); in swap() 198 const PartialDiagnostic &PD) { 199 PD.Emit(DB);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 169 bool operator!=(const PrototypeDescriptor &PD) const { 170 return !(*this == PD); 172 bool operator==(const PrototypeDescriptor &PD) const { 173 return PD.PT == PT && PD.VTM == VTM && PD.TM == TM; 175 bool operator<(const PrototypeDescriptor &PD) const { 176 return std::tie(PT, VTM, TM) < std::tie(PD.PT, PD.VTM, PD.TM);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-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
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 951 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD, 1030 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD); 1107 void GenerateProtocol(const ObjCProtocolDecl *PD) override; 1113 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0; 1174 static ProtocolMethodLists get(const ObjCProtocolDecl *PD) { in get() argument 1177 for (auto *MD : PD->methods()) { in get() 1207 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() argument 1209 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList() 1288 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override; 1294 llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) override; [all …]
|
| H A D | CGObjCGNU.cpp | 229 llvm::Constant *MakePropertyEncodingString(const ObjCPropertyDecl *PD, in MakePropertyEncodingString() argument 235 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container); in MakePropertyEncodingString() 240 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString() 243 return MakeConstantString(PD->getNameAsString()); in MakePropertyEncodingString() 609 const ObjCProtocolDecl *PD) override; 610 void GenerateProtocol(const ObjCProtocolDecl *PD) override; 612 virtual llvm::Constant *GenerateProtocolRef(const ObjCProtocolDecl *PD); 614 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override { in GetOrEmitProtocol() argument 615 return GenerateProtocolRef(PD); in GetOrEmitProtocol() 1319 const ObjCProtocolDecl *PD) override { in GenerateProtocolRef() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 369 PrototypeDescriptor PD; in parsePrototypeDescriptor() local 374 return PD; in parsePrototypeDescriptor() 419 PD.PT = static_cast<uint8_t>(PT); in parsePrototypeDescriptor() 549 PD.VTM = static_cast<uint8_t>(VTM); in parsePrototypeDescriptor() 584 PD.TM = static_cast<uint8_t>(TM); in parsePrototypeDescriptor() 586 return PD; in parsePrototypeDescriptor() 905 for (auto PD : PrototypeDescriptors) { in getSuffixStr() local 906 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr() 1047 auto PD = PrototypeDescriptor::parsePrototypeDescriptor( in parsePrototypes() local 1049 if (!PD) in parsePrototypes() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.cpp | 61 for (const ParmVarDecl *PD : FuncDecl->parameters()) { in compileFunc() local 62 PrimType Ty = Ctx.classify(PD->getType()).value_or(PT_Ptr); in compileFunc() 63 Descriptor *Desc = P.createDescriptor(PD, Ty); in compileFunc() 65 Params.insert({PD, ParamOffset}); in compileFunc()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 613 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts() local 614 PD.NumValueSites[ValueKind] = in computeNumValueSiteCounts() 615 std::max(PD.NumValueSites[ValueKind], (uint32_t)(Index + 1)); in computeNumValueSiteCounts() 866 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters() local 867 if (PD.RegionCounters) in getOrCreateRegionCounters() 868 return PD.RegionCounters; in getOrCreateRegionCounters() 941 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters() 985 NS += PD.NumValueSites[Kind]; in getOrCreateRegionCounters() 1003 CompilerUsedVars.push_back(PD.RegionCounters); in getOrCreateRegionCounters() 1004 return PD.RegionCounters; in getOrCreateRegionCounters() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | Sema.cpp | 1592 Sema::Diag(SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint) { in Diag() argument 1593 return Diag(Loc, PD.getDiagID(), DeferHint) << PD; in Diag() 1767 const PartialDiagnostic &PD = PDAt.second; in emitDeferredDiags() local 1769 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags() 1772 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID())); in emitDeferredDiags() 1773 PD.Emit(Builder); in emitDeferredDiags() 1949 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local 1951 PD << D; in checkTypeSupport() 1953 PD << "expression"; in checkTypeSupport() 1954 targetDiag(Loc, PD, FD) in checkTypeSupport() [all …]
|
| /openbsd-src/lib/libm/src/ld128/ |
| H A D | e_powl.c | 123 static const long double PD[] = variable 424 v = PD[0] + t * (PD[1] + t * (PD[2] + t * (PD[3] + t))); in powl()
|