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

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dcommon.c49 UINT16_t tagType, tagLen; local
70 tagType = (curTag[0] << 8) + curTag[1];
72 if (tagType == TAG_END_OF_LIST) {
79 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
H A Dpppoe-discovery.c267 UINT16_t tagType, tagLen; local
290 tagType = (curTag[0] << 8) + curTag[1];
292 if (tagType == TAG_END_OF_LIST) {
299 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
H A Dpppoe.h282 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp534 REGISTER_MATCHER(tagType);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1044 const AstTypeMatcher<TagType> tagType;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6848 /// \c tagType() matches the type of the variable declarations of both \c e
6850 extern const AstTypeMatcher<TagType> tagType;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6589 auto tagType = getTagDeclType(CFConstantStringTagDecl); local
6591 buildImplicitTypedef(tagType, "__NSConstantString");

Completed in 216 milliseconds