Searched refs:BCC (Results 1 - 18 of 18) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
229 if (!BCC)
233 return cxstring::createRef(BCC->getCommandName(Traits));
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
238 if (!BCC)
241 return BCC->getNumArgs();
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
247 if (!BCC || ArgIdx >= BCC->getNumArgs())
250 return cxstring::createRef(BCC
254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp163 BlockCommandComment *&BCC,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
170 StringRef ActualName = BCC->getCommandName(Traits);
176 Paragraph = BCC->getParagraph();
689 BlockCommandComment *BCC; local
691 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
693 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa"));
706 BlockCommandComment *BCC; local
708 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
710 ASSERT_TRUE(HasParagraphCommentAt(BCC,
160 HasBlockCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, BlockCommandComment *&BCC, StringRef Name, ParagraphComment *&Paragraph) argument
713 BlockCommandComment *BCC; local
733 BlockCommandComment *BCC; local
743 BlockCommandComment *BCC; local
788 BlockCommandComment *BCC; local
983 BlockCommandComment *BCC; local
1435 BlockCommandComment *BCC; local
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); local
122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
124 Brief = BCC;
128 Headerfile = BCC;
132 Returns.push_back(BCC);
136 Exceptions.push_back(BCC);
139 MiscBlocks.push_back(BCC);
/external/libpcap/
H A Dtokdefs.h129 BCC = 347, enumerator in enum:yytokentype
250 #define BCC 347 macro
H A Dgrammar.y293 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
641 | BCC { $$ = A_BCC; }
H A Dgrammar.c436 BCC = 347, enumerator in enum:yytokentype
557 #define BCC 347 macro
1038 "LANE", "LLC", "METAC", "BCC", "SC", "ILMIC", "OAMF4EC", "OAMF4SC",
H A Dscanner.l291 bcc return BCC;
H A Dscanner.c3449 return BCC;
/external/pcre/dist/
H A Dmakevp.bat1 :: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
23 REM location of the TASM binaries, if compiling with the -B BCC switch
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp143 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm())
188 if (I->getOpcode() == PPC::BCC) {
189 // The BCC operands are:
197 BuildMI(MBB, I, dl, TII->get(PPC::BCC))
H A DPPCEarlyReturn.cpp89 } else if (J->getOpcode() == PPC::BCC) {
H A DPPCInstrInfo.cpp376 } else if (LastInst->getOpcode() == PPC::BCC) {
436 // If the block ends with PPC::B and PPC:BCC, handle it.
437 if (SecondLastInst->getOpcode() == PPC::BCC &&
523 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC &&
536 if (I->getOpcode() != PPC::BCC &&
572 BuildMI(&MBB, DL, get(PPC::BCC))
587 BuildMI(&MBB, DL, get(PPC::BCC))
1256 MI->setDesc(get(PPC::BCC));
1476 if (UseMI->getOpcode() == PPC::BCC) {
1610 if (UseMI->getOpcode() == PPC::BCC) {
[all...]
H A DPPCISelLowering.cpp7903 BuildMI(BB, dl, TII->get(PPC::BCC))
8034 BuildMI(BB, dl, TII->get(PPC::BCC))
8417 BuildMI(BB, dl, TII->get(PPC::BCC))
8477 BuildMI(BB, dl, TII->get(PPC::BCC))
8618 BuildMI(BB, dl, TII->get(PPC::BCC))
8626 BuildMI(BB, dl, TII->get(PPC::BCC))
8760 BuildMI(BB, dl, TII->get(PPC::BCC))
8772 BuildMI(BB, dl, TII->get(PPC::BCC))
H A DPPCFastISel.cpp752 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::BCC))
H A DPPCISelDAGToDAG.cpp2809 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops);
2838 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java143 message.addRecipients(Message.RecipientType.BCC, getAddresses(buildProperties.getTextRecipientList()));
/external/pdfium/public/
H A Dfpdf_formfill.h140 * BCC - A semicolon-delimited list of BCC recipients for the message.
147 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,void* mailData, int length,FPDF_BOOL bUI, FPDF_WIDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Msg);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h236 void JS_docmailForm(void* mailData, int length, FPDF_BOOL bUI,FX_LPCWSTR To, FX_LPCWSTR Subject, FX_LPCWSTR CC, FX_LPCWSTR BCC, FX_LPCWSTR Msg) argument
242 CFX_ByteString bsBcc = CFX_WideString(BCC).UTF16LE_Encode();

Completed in 426 milliseconds