Home
last modified time | relevance | path

Searched refs:BCC (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/public-domain/sqlite/dist/
H A DMakefile.msc473 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 DCXComment.cpp227 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 DCommentToXML.cpp121 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 DPPCBranchSelector.cpp335 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 DPPCEarlyReturn.cpp89 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
H A DPPCInstrInfo.cpp1310 } 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 DPPCFrameLowering.cpp1383 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 DPPCMIPeephole.cpp1139 (*BII).getOpcode() == PPC::BCC && in eligibleForCompareElimination()
H A DPPCISelLowering.cpp11084 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 Dcleanup_milter.in16a4 # Test the BCC action in milter_header_checks.
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dheader_checks178 # 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 Daccess251 # BCC user@domain
255 # If multiple BCC actions are specified within the
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dheader_checks166 # 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 Dstop578 BCC
H A Dstop.double-cc234 incomplete address address rewriting alias expansion automatic BCC
H A Daccess223 # If multiple BCC actions are specified within the same SMTP
H A Dpostconf.proto653 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 DRELEASE_NOTES-3.093 [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 DRELEASE_NOTES-2.1214 automatic BCC recipients and header/body checks. See postconf(5)
311 [Feature 20030417] Automatic BCC recipients depending on sender or
H A DWISHLIST843 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 Dc-pdp11.texi337 @item BCC
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-pdp11.texi337 @item BCC
/netbsd-src/sys/arch/m68k/fpsp/
H A Dslogn.sa363 BCC.W LOGNEAR1 ...BOUNDS IS ROUGHLY [15/16, 17/16]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMIRLangRef.rst799 In the example below, ARM instructions EOR and BCC and immediate operands
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr-el.in291 (gnats::set-mail-field "BCC" (user-login-name)))

123