Searched defs:tag_type (Results 1 - 10 of 10) sorted by relevance

/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/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/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/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();
/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...]
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1815 int tag_type = 0; local
1823 CV_CALL( ptr = icvXMLParseTag( fs, ptr, &key, &list, &tag_type ));
1825 if( tag_type == CV_XML_DIRECTIVE_TAG )
1827 if( tag_type == CV_XML_EMPTY_TAG )
1830 assert( tag_type == CV_XML_OPENING_TAG );
1868 CV_CALL( ptr = icvXMLParseTag( fs, ptr, &key2, &list, &tag_type ));
1869 if( tag_type != CV_XML_CLOSING_TAG || key2 != key )
2030 int tag_type = 0; local
2049 tag_type = CV_XML_OPENING_TAG;
2052 tag_type
2185 int tag_type = 0; local
2240 icvXMLWriteTag( CvFileStorage* fs, const char* key, int tag_type, CvAttrList list ) argument
[all...]

Completed in 1997 milliseconds