Searched refs:tagType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h82 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, argument
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c50 UINT16_t tagType, tagLen; local
71 tagType = (((UINT16_t) curTag[0]) << 8) +
75 if (tagType == TAG_END_OF_LIST) {
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
105 UINT16_t tagType, tagLen; local
126 tagType = (((UINT16_t) curTag[0]) << 8) +
130 if (tagType == TAG_END_OF_LIST) {
137 if (tagType == type) {
H A Dpppoe.h307 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp222 const TagType *tagType = type->getAs<TagType>(); local
223 if (tagType && tagType->isBeingDefined())
239 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);

Completed in 118 milliseconds