Home
last modified time | relevance | path

Searched refs:PCC (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp261 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 DInterrupts55 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 DOPENSSL_s390xcap.pod147 # 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 DCommentSema.cpp751 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 DNOTES5 developed on a VAX using PCC. PCC placed at most six variables
/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/
H A Dbuild_installer.bat1 "C:\Program Files\Inno Setup 5\ISCC.exe" /DAppName="PCC" /DAppVersion="1.1.x" /DAppNameLower="pcc" …
H A Dpcc.iss5 AppPublisher=PCC Project
/netbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs207 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 DMakefile28 -e "s,Dt CC,Dt PCC," \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp144 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 Dinterface.texi20 some target machines. As a result, functions compiled with PCC
33 By contrast, PCC on most target machines returns structures and unions
H A Dtrouble.texi340 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 Dinterface.texi20 some target machines. As a result, functions compiled with PCC
33 By contrast, PCC on most target machines returns structures and unions
H A Dtrouble.texi340 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 Dconfigure.ac405 [Disable PCC debugging]),
412 [Link PCC as a two-pass compiler]),
681 echo "Has PCC debugging ................ $pccdebug"
H A Dconfigure1354 --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 Dbsdi8 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 DM68kRegisterInfo.td112 def PCC : MxRegClass<[i32], 32, (add PC)>;
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din4 # 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 DPPCISelDAGToDAG.cpp574 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 Damdgpu_umc_v6_1.c174 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 Defi_pxe.h958 } PCI, PCC; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4002 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 DSystemZScheduleZ196.td606 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
H A DSystemZScheduleZEC12.td619 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;

123