| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXComment.cpp | 261 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); in clang_ParamCommandComment_getParamName() local 262 if (!PCC || !PCC->hasParamName()) in clang_ParamCommandComment_getParamName() 265 return cxstring::createRef(PCC->getParamNameAsWritten()); in clang_ParamCommandComment_getParamName() 269 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); in clang_ParamCommandComment_isParamIndexValid() local 270 if (!PCC) in clang_ParamCommandComment_isParamIndexValid() 273 return PCC->isParamIndexValid(); in clang_ParamCommandComment_isParamIndexValid() 277 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); in clang_ParamCommandComment_getParamIndex() local 278 if (!PCC || !PCC->isParamIndexValid() || PCC->isVarArgParam()) in clang_ParamCommandComment_getParamIndex() 281 return PCC->getParamIndex(); in clang_ParamCommandComment_getParamIndex() 285 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); in clang_ParamCommandComment_isDirectionExplicit() local [all …]
|
| /netbsd-src/sys/arch/mvme68k/docs/ |
| H A D | Interrupts | 55 0x40 PCC: ACFAIL 56 0x41 PCC: BERR 57 0x42 PCC: ABORT Switch 58 0x43 PCC: ZS Chips shared vector 59 0x44 PCC: Lance Ethernet 60 0x45 PCC: WD33C93 SCSI 61 0x46 PCC: DMA 62 0x47 PCC: Printer 63 0x48 PCC: Timer1 64 0x49 PCC: Timer2 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 147 # 64 1<<63 PCC-Scalar-Multiply-P256 148 # 65 1<<62 PCC-Scalar-Multiply-P384 149 # 66 1<<61 PCC-Scalar-Multiply-P521 150 # 72 1<<55 PCC-Scalar-Multiply-Ed25519 151 # 73 1<<54 PCC-Scalar-Multiply-Ed448 152 # 80 1<<47 PCC-Scalar-Multiply-X25519 153 # 81 1<<46 PCC-Scalar-Multiply-X448
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentSema.cpp | 751 ParamCommandComment *PCC = dyn_cast<ParamCommandComment>(*I); in resolveParamCommandIndexes() local 752 if (!PCC || !PCC->hasParamName()) in resolveParamCommandIndexes() 754 StringRef ParamName = PCC->getParamNameAsWritten(); in resolveParamCommandIndexes() 760 PCC->setIsVarArgParam(); in resolveParamCommandIndexes() 764 UnresolvedParamCommands.push_back(PCC); in resolveParamCommandIndexes() 767 PCC->setParamIndex(ResolvedParamIndex); in resolveParamCommandIndexes() 769 SourceRange ArgRange = PCC->getParamNameRange(); in resolveParamCommandIndexes() 776 ParamVarDocs[ResolvedParamIndex] = PCC; in resolveParamCommandIndexes() 790 const ParamCommandComment *PCC = UnresolvedParamCommands[i]; in resolveParamCommandIndexes() local 792 SourceRange ArgRange = PCC->getParamNameRange(); in resolveParamCommandIndexes() [all …]
|
| /netbsd-src/external/bsd/byacc/dist/ |
| H A D | NOTES | 5 developed on a VAX using PCC. PCC placed at most six variables
|
| /netbsd-src/external/bsd/pcc/dist/pcc/os/win32/ |
| H A D | build_installer.bat | 1 "C:\Program Files\Inno Setup 5\ISCC.exe" /DAppName="PCC" /DAppVersion="1.1.x" /DAppNameLower="pcc" …
|
| H A D | pcc.iss | 5 AppPublisher=PCC Project
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | pcmciadevs | 207 product CONTEC FX_DS110_PCC 0x0008 Contec FLEXLAN/FX-DS110-PCC 486 …uct COREGA ETHER_PCC_T { "corega&spK.K.", "corega&spEther&spPCC-T", NULL, NULL } Corega Ether PCC-T 487 … COREGA ETHER_PCC_TD { "corega&spK.K.", "corega&spEther&spPCC-TD", NULL, NULL } Corega Ether PCC-TD 488 … COREGA ETHER_PCC_TL { "corega&spK.K.", "corega&spEther&spPCC-TL", NULL, NULL } Corega Ether PCC-TL 489 … ETHER_II_PCC_TD { "corega&spK.K.", "corega&spEtherII&spPCC-TD", NULL, NULL } Corega EtherII PCC-TD 490 …EGA ETHER_II_PCC_T { "corega&spK.K.", "corega&spEtherII&spPCC-T", NULL, NULL } Corega EtherII PCC-T 491 …ETHER_PCC_TX { "corega&spK.K.", "corega&spFastEther&spPCC-TX", NULL, NULL } Corega FastEther PCC-TX 492 …A FETHER_PCC_TXD { "corega&spK.K.", "corega&spFEther&spPCC-TXD", NULL, NULL } Corega FEther PCC-TXD 493 product COREGA FETHER_PCC_TXF { "corega", "FEther&spPCC-TXF", NULL, NULL } Corega FEther PCC-TXF 494 …R_II_PCC_TXD { "corega&spK.K.", "corega&spFEtherII&spPCC-TXD", NULL, NULL } Corega FEtherII PCC-TXD [all …]
|
| /netbsd-src/external/bsd/pcc/usr.bin/pcc/ |
| H A D | Makefile | 28 -e "s,Dt CC,Dt PCC," \
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); in FullCommentParts() local 145 if (!PCC->hasParamName()) in FullCommentParts() 148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts() 151 Params.push_back(PCC); in FullCommentParts()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | interface.texi | 20 some target machines. As a result, functions compiled with PCC 33 By contrast, PCC on most target machines returns structures and unions
|
| H A D | trouble.texi | 340 PCC allows typedef names to be used as function parameters. 361 PCC allows whitespace in the middle of compound assignment operators 398 When compiling functions that return @code{float}, PCC converts it to 400 with PCC compatibility, you should declare your functions to return 409 a structure-returning function compiled with PCC, and vice versa. 418 By contrast, PCC on most target machines returns structures and unions 425 On some newer machines, PCC uses a reentrant convention for all
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | interface.texi | 20 some target machines. As a result, functions compiled with PCC 33 By contrast, PCC on most target machines returns structures and unions
|
| H A D | trouble.texi | 340 PCC allows typedef names to be used as function parameters. 361 PCC allows whitespace in the middle of compound assignment operators 398 When compiling functions that return @code{float}, PCC converts it to 400 with PCC compatibility, you should declare your functions to return 409 a structure-returning function compiled with PCC, and vice versa. 418 By contrast, PCC on most target machines returns structures and unions 425 On some newer machines, PCC uses a reentrant convention for all
|
| /netbsd-src/external/bsd/pcc/dist/pcc/ |
| H A D | configure.ac | 405 [Disable PCC debugging]), 412 [Link PCC as a two-pass compiler]), 681 echo "Has PCC debugging ................ $pccdebug"
|
| H A D | configure | 1354 --disable-pcc-debug Disable PCC debugging 1355 --enable-twopass Link PCC as a two-pass compiler 6480 echo "Has PCC debugging ................ $pccdebug"
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | bsdi | 8 the "cc" command is GCC 1.4x rather than PCC or GCC 2.x. It is imperative
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kRegisterInfo.td | 112 def PCC : MxRegClass<[i32], 32, (add PC)>;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
| H A D | cc.din | 4 # PCC driver descriptor input. This is passed to the 17 name @BINPREFIX@@PCC@@EXEEXT@
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 574 static unsigned getBranchHint(unsigned PCC, in getBranchHint() argument 4676 unsigned PCC = 0; in tryFoldSWTestBRCC() local 4682 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC() 4685 PCC = IsCCNE ? PPC::PRED_EQ : PPC::PRED_NE; in tryFoldSWTestBRCC() 4688 PCC = IsCCNE ? PPC::PRED_GT : PPC::PRED_LE; in tryFoldSWTestBRCC() 4691 PCC = IsCCNE ? PPC::PRED_LT : PPC::PRED_GE; in tryFoldSWTestBRCC() 4698 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC() 4700 if (PCC) { in tryFoldSWTestBRCC() 4702 SDValue Ops[] = {getI32Imm(PCC, dl), CmpLHS.getOperand(0), N->getOperand(4), in tryFoldSWTestBRCC() 5568 unsigned PCC = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_umc_v6_1.c | 174 REG_GET_FIELD(mc_umc_status, MCA_UMC_UMC0_MCUMC_STATUST0, PCC) == 1 || in umc_v6_1_querry_uncorrectable_error_count()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efi_pxe.h | 958 } PCI, PCC; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4002 mapCodeCompletionContext(Sema &S, Sema::ParserCompletionContext PCC) { in mapCodeCompletionContext() argument 4003 switch (PCC) { in mapCodeCompletionContext() 4458 auto PCC = in CodeCompleteExpression() local 4464 else if (WantTypesInContext(PCC, getLangOpts())) in CodeCompleteExpression() 4482 AddOrdinaryNameResults(PCC, S, *this, Results); in CodeCompleteExpression()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ196.td | 606 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
|
| H A D | SystemZScheduleZEC12.td | 619 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
|