Searched defs:BCC (Results 1 - 8 of 8) sorted by relevance

/external/qemu-pc-bios/
H A DMakefile21 BCC := bcc macro
/external/qemu-pc-bios/vgabios/
H A DMakefile8 BCC = bcc macro
45 $(BCC) -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
55 $(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
65 $(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
75 $(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
/external/libpcap/
H A Datmuni31.h39 #define BCC 0x02 /* Broadcast signal msg */ macro
H A Dtokdefs.h111 BCC = 337, enumerator in enum:yytokentype
215 #define BCC 337 macro
H A Dgrammar.c146 BCC = 337, enumerator in enum:yytokentype
250 #define BCC 337 macro
791 "CSNP", "PSNP", "STP", "IPX", "NETBEUI", "LANE", "LLC", "METAC", "BCC",
/external/tcpdump/
H A Datmuni31.h39 #define BCC 0x02 /* Broadcast signal msg */ macro
/external/clang/unittests/AST/
H A DCommentParser.cpp162 BlockCommandComment *&BCC,
165 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
169 StringRef ActualName = BCC->getCommandName(Traits);
175 Paragraph = BCC->getParagraph();
663 BlockCommandComment *BCC; local
665 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
667 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa"));
680 BlockCommandComment *BCC; local
682 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
684 ASSERT_TRUE(HasParagraphCommentAt(BCC,
159 HasBlockCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, BlockCommandComment *&BCC, StringRef Name, ParagraphComment *&Paragraph) argument
687 BlockCommandComment *BCC; local
707 BlockCommandComment *BCC; local
717 BlockCommandComment *BCC; local
762 BlockCommandComment *BCC; local
957 BlockCommandComment *BCC; local
[all...]
/external/clang/tools/libclang/
H A DCXComment.cpp219 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
220 if (!BCC)
224 return createCXString(BCC->getCommandName(Traits), /*DupString=*/ false);
228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
229 if (!BCC)
232 return BCC->getNumArgs();
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
238 if (!BCC || ArgIdx >= BCC->getNumArgs())
241 return createCXString(BCC
245 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
443 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); local
[all...]

Completed in 1724 milliseconds