Searched refs:tag_type (Results 1 - 14 of 14) sorted by relevance

/external/tcpdump/
H A Dprint-pppoe.c145 u_short tag_type = 0xffff, tag_len; local
151 * tag_type is previous tag or 0xffff for first iteration
153 while (tag_type && p < pppoe_payload + pppoe_length) {
155 tag_type = EXTRACT_16BITS(p);
180 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
186 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
196 "TAG-0x%x", tag_type));
/external/clang/test/Sema/
H A Dgnu-flags.c155 short tag_type; member in struct:vst
H A Dstruct-decl.c28 short tag_type; member in struct:pppoe_tag
/external/kernel-headers/original/uapi/linux/
H A Dif_pppox.h119 __be16 tag_type; member in struct:pppoe_tag
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py46 tag_type = 2
47 self.assertEqual((field_number << 3) | tag_type,
48 wire_format.PackTag(field_number, tag_type))
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py46 tag_type = 2
47 self.assertEqual((field_number << 3) | tag_type,
48 wire_format.PackTag(field_number, tag_type))
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp766 int tag_type,
772 tag_type,
791 int tag_type,
794 switch (tag_type)
762 OpInfoCallback(void *disassembler, uint64_t pc, uint64_t offset, uint64_t size, int tag_type, void *tag_bug) argument
788 OpInfo(uint64_t PC, uint64_t Offset, uint64_t Size, int tag_type, void *tag_bug) argument
/external/lldb/source/Expression/
H A DClangASTSource.cpp246 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>(); local
248 if (!tag_type)
251 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl());
285 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>(); local
287 if (!tag_type)
290 TagDecl *candidate_tag_decl = const_cast<TagDecl*>(tag_type->getDecl());
1835 else if (const TagType *tag_type = qual_type->getAs<TagType>())
1837 TagDecl *tag_decl = tag_type->getDecl();
H A DClangExpressionDeclMap.cpp1525 if (const TagType *tag_type = dyn_cast<TagType>(parser_type))
1526 CompleteType(tag_type->getDecl());
/external/lldb/source/Symbol/
H A DClangASTType.cpp75 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr()); local
76 if (tag_type)
78 TagDecl *tag_decl = tag_type->getDecl();
95 return !tag_type->isIncompleteType();
639 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr()); local
640 if (tag_type)
642 TagDecl *tag_decl = tag_type->getDecl();
976 const clang::TagType *tag_type = dyn_cast<clang::TagType>(qual_type); local
977 if (tag_type)
978 return tag_type
5274 const TagType *tag_type = dyn_cast<TagType>(clang_type); local
5301 const TagType *tag_type = dyn_cast<TagType>(t); local
[all...]
H A DClangASTImporter.cpp291 if (const TagType *tag_type = type->getAs<TagType>())
293 return CompleteTagDecl(tag_type->getDecl());
/external/chromium_org/v8/src/
H A Dtyping.cc214 Type* tag_type; local
218 &tag_type, &label_type, &combined_type);
219 NarrowLowerType(stmt->tag(), tag_type);
H A Dhydrogen.cc4843 Type* tag_type = stmt->tag()->bounds().lower; local
4862 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7839 if (const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(qual_type.getTypePtr()))
7841 clang::TagDecl *tag_decl = tag_type->getDecl();

Completed in 839 milliseconds