Home
last modified time | relevance | path

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

12

/external/clang/tools/libclang/
DCXComment.cpp228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getCommandName() local
229 if (!BCC) in clang_BlockCommandComment_getCommandName()
233 return cxstring::createRef(BCC->getCommandName(Traits)); in clang_BlockCommandComment_getCommandName()
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getNumArgs() local
238 if (!BCC) in clang_BlockCommandComment_getNumArgs()
241 return BCC->getNumArgs(); in clang_BlockCommandComment_getNumArgs()
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getArgText() local
247 if (!BCC || ArgIdx >= BCC->getNumArgs()) in clang_BlockCommandComment_getArgText()
250 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); in clang_BlockCommandComment_getParagraph() local
[all …]
/external/clang/unittests/AST/
DCommentParser.cpp163 BlockCommandComment *&BCC, in HasBlockCommandAt() argument
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
170 StringRef ActualName = BCC->getCommandName(Traits); in HasBlockCommandAt()
176 Paragraph = BCC->getParagraph(); in HasBlockCommandAt()
689 BlockCommandComment *BCC; in TEST_F() local
691 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC)); in TEST_F()
693 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa")); in TEST_F()
706 BlockCommandComment *BCC; in TEST_F() local
708 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC)); in TEST_F()
710 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " ")); in TEST_F()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp143 if (I->getOpcode() == PPC::BCC && !I->getOperand(2).isImm()) in runOnMachineFunction()
188 if (I->getOpcode() == PPC::BCC) { in runOnMachineFunction()
197 BuildMI(MBB, I, dl, TII->get(PPC::BCC)) in runOnMachineFunction()
DPPCInstrInfo.cpp376 } else if (LastInst->getOpcode() == PPC::BCC) { in AnalyzeBranch()
437 if (SecondLastInst->getOpcode() == PPC::BCC && in AnalyzeBranch()
523 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC && in RemoveBranch()
536 if (I->getOpcode() != PPC::BCC && in RemoveBranch()
572 BuildMI(&MBB, DL, get(PPC::BCC)) in InsertBranch()
587 BuildMI(&MBB, DL, get(PPC::BCC)) in InsertBranch()
1256 MI->setDesc(get(PPC::BCC)); in PredicateInstruction()
1476 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr()
1610 if (UseMI->getOpcode() == PPC::BCC) { in optimizeCompareInstr()
DPPCEarlyReturn.cpp89 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
DPPCISelLowering.cpp7903 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitAtomicBinary()
8034 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitPartwordAtomicBinary()
8417 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
8477 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
8618 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
8626 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
8760 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
8772 BuildMI(BB, dl, TII->get(PPC::BCC)) in EmitInstrWithCustomInserter()
DPPCISelDAGToDAG.cpp2809 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select()
2838 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select()
DPPCFastISel.cpp752 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::BCC)) in SelectBranch()
DPPCInstrInfo.td1117 // BCC represents an arbitrary conditional branch on a predicate.
1121 def BCC : BForm<16, 0, 0, (outs), (ins pred:$cond, condbrtarget:$dst),
3844 (BCC bibo, crrc:$cc, condbrtarget:$dst)>;
3846 (BCC bibo, CR0, condbrtarget:$dst)>;
/external/libpcap/
Dtokdefs.h129 BCC = 347, enumerator
250 #define BCC 347 macro
Dgrammar.y293 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
641 | BCC { $$ = A_BCC; }
Dscanner.l291 bcc return BCC;
Dgrammar.c436 BCC = 347, enumerator
557 #define BCC 347 macro
Dscanner.c3449 return BCC;
/external/clang/lib/Index/
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()
/external/pcre/dist/
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
DNON-AUTOTOOLS-BUILD504 Some of the core BCC libraries have a version of PCRE from 1998 built in, which
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DMailer.java143 …message.addRecipients(Message.RecipientType.BCC, getAddresses(buildProperties.getTextRecipientList… in sendTextMessage()
/external/pdfium/public/
Dfpdf_formfill.h147 …IDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Ms…
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h236 …th, FPDF_BOOL bUI,FX_LPCWSTR To, FX_LPCWSTR Subject, FX_LPCWSTR CC, FX_LPCWSTR BCC, FX_LPCWSTR Msg) in JS_docmailForm() argument
242 CFX_ByteString bsBcc = CFX_WideString(BCC).UTF16LE_Encode(); in JS_docmailForm()
/external/expat/
DChanges132 - Added Borland C++ Builder 5 / BCC 5.5 support, contributed
/external/jpeg/
Dchange.log100 Repair minor problems in VMS, BCC, MC6 makefiles.
/external/icu/icu4c/source/data/unidata/norm2/
Dnfc.txt704 0BCC=0BC6 0BD7
/external/pcre/dist/doc/html/
DNON-AUTOTOOLS-BUILD.txt504 Some of the core BCC libraries have a version of PCRE from 1998 built in, which
/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt451 0BCA..0BCC ; Alphabetic
6376 0BCA..0BCC ; ID_Continue
8072 0BCA..0BCC ; XID_Continue
9516 0BCA..0BCC ; Grapheme_Base

12