| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | Makefile.msc | 473 BCC = $(NCC) -nologo -W4 -Fd$*.pdb $(CCOPTS) $(BCCOPTS) 475 BCC = $(NCC) -nologo -W3 -Fd$*.pdb $(CCOPTS) $(BCCOPTS) 482 BCC = $(BCC) -FAcs 648 BCC = $(BCC) /d2guard4 -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE 659 BCC = $(BCC) -MDd 662 BCC = $(BCC) -MD 667 BCC = $(BCC) -MTd 670 BCC = $(BCC) -MT 681 BCC = $(BCC) -DNDEBUG 713 BCC = $(BCC) -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXComment.cpp | 227 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() local 228 if (!BCC) in clang_BlockCommandComment_getCommandName() 232 return cxstring::createRef(BCC->getCommandName(Traits)); in clang_BlockCommandComment_getCommandName() 236 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() local 237 if (!BCC) in clang_BlockCommandComment_getNumArgs() 240 return BCC->getNumArgs(); in clang_BlockCommandComment_getNumArgs() 245 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() local 246 if (!BCC || ArgIdx >= BCC->getNumArgs()) in clang_BlockCommandComment_getArgText() 249 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText() 253 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); in FullCommentParts() local 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts() 124 Brief = BCC; in FullCommentParts() 128 Headerfile = BCC; in FullCommentParts() 132 Returns.push_back(BCC); in FullCommentParts() 136 Exceptions.push_back(BCC); in FullCommentParts() 139 MiscBlocks.push_back(BCC); in FullCommentParts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 335 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction() 364 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction() 373 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
|
| H A D | PPCEarlyReturn.cpp | 89 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
|
| H A D | PPCInstrInfo.cpp | 1310 } else if (LastInst.getOpcode() == PPC::BCC) { in analyzeBranch() 1370 if (SecondLastInst.getOpcode() == PPC::BCC && in analyzeBranch() 1454 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC && in removeBranch() 1467 if (I->getOpcode() != PPC::BCC && in removeBranch() 1505 BuildMI(&MBB, DL, get(PPC::BCC)) in insertBranch() 1522 BuildMI(&MBB, DL, get(PPC::BCC)) in insertBranch() 2215 MI.setDesc(get(PPC::BCC)); in PredicateInstruction() 2423 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr() 2486 if (UseMI->getOpcode() != PPC::BCC) in optimizeCompareInstr() 2607 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr()
|
| H A D | PPCFrameLowering.cpp | 1383 BuildMI(&MBB, DL, TII.get(PPC::BCC)) in inlineStackProbe() 1401 BuildMI(ProbeLoopPreHeaderMBB, DL, TII.get(PPC::BCC)) in inlineStackProbe() 1413 BuildMI(ProbeLoopBodyMBB, DL, TII.get(PPC::BCC)) in inlineStackProbe()
|
| H A D | PPCMIPeephole.cpp | 1139 (*BII).getOpcode() == PPC::BCC && in eligibleForCompareElimination()
|
| H A D | PPCISelLowering.cpp | 11084 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitAtomicBinary() 11092 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitAtomicBinary() 11336 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitPartwordAtomicBinary() 11349 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitPartwordAtomicBinary() 11765 BuildMI(TestMBB, DL, TII->get(PPC::BCC)) in emitProbedAlloca() 11918 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 11982 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 12159 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 12171 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() 12336 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_milter.in16a | 4 # Test the BCC action in milter_header_checks.
|
| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A D | header_checks | 178 # BCC user@domain 179 # Add the specified address as a BCC recipient, and 181 # a local part and domain part. The number of BCC 185 # Note 1: the BCC address is added as if it was spec- 187 # notified when the BCC address is undeliverable, as
|
| H A D | access | 251 # BCC user@domain 255 # If multiple BCC actions are specified within the
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | header_checks | 166 # Add the specified address as a BCC recipient, and inspect 168 # must have a local part and domain part. The number of BCC 172 # Note 1: the BCC address is added as if it was specified with 173 # NOTIFY=NONE. The sender will not be notified when the BCC
|
| H A D | stop | 578 BCC
|
| H A D | stop.double-cc | 234 incomplete address address rewriting alias expansion automatic BCC
|
| H A D | access | 223 # If multiple BCC actions are specified within the same SMTP
|
| H A D | postconf.proto | 653 Note: with Postfix 2.3 and later the BCC address is added as if it 655 when the BCC address is undeliverable, as long as all down-stream 661 when the BCC address is undeliverable. 664 <p> Note: automatic BCC recipients are produced only for new mail. 665 To avoid mailer loops, automatic BCC recipients are not generated 3572 address masquerading, and automatic BCC (blind carbon-copy) 3612 Optional BCC (blind carbon-copy) address lookup tables, indexed by 3613 envelope recipient address. The BCC address (multiple results are not 3647 Note: with Postfix 2.3 and later the BCC address is added as if it 3649 when the BCC address is undeliverable, as long as all down-stream [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-3.0 | 93 [Feature 20141119] Support for BCC actions in header/body_checks 94 and milter_header_checks. There is no limit on the number of BCC 96 to finite storage. BCC support will not be implemented in Postfix
|
| H A D | RELEASE_NOTES-2.1 | 214 automatic BCC recipients and header/body checks. See postconf(5) 311 [Feature 20030417] Automatic BCC recipients depending on sender or
|
| H A D | WISHLIST | 843 The access map BCC action is marked "not stable", perhaps 844 because people would also expect BCC actions in header/body_checks.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-pdp11.texi | 337 @item BCC
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-pdp11.texi | 337 @item BCC
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | slogn.sa | 363 BCC.W LOGNEAR1 ...BOUNDS IS ROUGHLY [15/16, 17/16]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MIRLangRef.rst | 799 In the example below, ARM instructions EOR and BCC and immediate operands
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | send-pr-el.in | 291 (gnats::set-mail-field "BCC" (user-login-name)))
|