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

/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.h82 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType, argument
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc286 int tagType = TAG_START;
339 tagType = TAG_END;
352 // printf("tag %s, type %d\n", tag, tagType);
394 tagType = TAG_EMPTY;
399 return tagType;
590 int tagType;
613 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
614 if (tagType == TAG_BAD) return SYNTAX_ERROR;
615 if (tagType == TAG_IGNORE) goto top;
627 if (tagType !
[all...]
H A DIOCFUnserialize.tab.c1905 int tagType = TAG_START;
1958 tagType = TAG_END;
1971 // printf("tag %s, type %d\n", tag, tagType);
2013 tagType = TAG_EMPTY;
2018 return tagType;
2209 int tagType;
2232 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2233 if (tagType == TAG_BAD) return SYNTAX_ERROR;
2234 if (tagType == TAG_IGNORE) goto top;
2246 if (tagType !
1902 int tagType = TAG_START; local
2206 int tagType; local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.y368 int tagType = TAG_START;
421 tagType = TAG_END;
434 // printf("tag %s, type %d\n", tag, tagType);
476 tagType = TAG_EMPTY;
481 return tagType;
728 int tagType;
751 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
752 if (tagType == TAG_BAD) return SYNTAX_ERROR;
753 if (tagType == TAG_IGNORE) goto top;
765 if (tagType !
[all...]
H A DOSUnserializeXML.cpp1980 int tagType = TAG_START;
2033 tagType = TAG_END;
2046 // printf("tag %s, type %d\n", tag, tagType);
2088 tagType = TAG_EMPTY;
2093 return tagType;
2340 int tagType;
2363 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2364 if (tagType == TAG_BAD) return SYNTAX_ERROR;
2365 if (tagType == TAG_IGNORE) goto top;
2377 if (tagType !
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dtags.h86 void TY_(DefineTag)( TidyDocImpl* doc, UserTagType tagType, ctmbstr name );
87 void TY_(FreeDeclaredTags)( TidyDocImpl* doc, UserTagType tagType ); /* tagtype_null to free all */
90 ctmbstr TY_(GetNextDeclaredTag)( TidyDocImpl* doc, UserTagType tagType,
H A Dtags.c446 void TY_(DefineTag)( TidyDocImpl* doc, UserTagType tagType, ctmbstr name ) argument
452 switch (tagType)
487 UserTagType tagType, TidyIterator* iter ) variable
493 switch ( tagType )
547 void TY_(FreeDeclaredTags)( TidyDocImpl* doc, UserTagType tagType )
556 switch ( tagType )
H A Dconfig.c1148 UserTagType tagType, ctmbstr name )
1161 TY_(DefineTag)( doc, tagType, name );
1147 DeclareUserTag( TidyDocImpl* doc, TidyOptionId optId, UserTagType tagType, ctmbstr name ) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuPrintCert.cpp97 CSSM_BER_TAG tagType)
101 switch(tagType) {
131 sprintf(unknownType, "Other type (0x%x)", tagType);
210 CSSM_BER_TAG tagType,
214 switch(tagType) {
248 printf("not displayed (tagType = %s; length %u)\n",
249 tagTypeString(tagType), (unsigned)thing->Length);
96 tagTypeString( CSSM_BER_TAG tagType) argument
209 printDerThing( CSSM_BER_TAG tagType, const CSSM_DATA *thing, OidParser &parser) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuPrintCert.cpp97 CSSM_BER_TAG tagType)
101 switch(tagType) {
131 sprintf(unknownType, "Other type (0x%x)", tagType);
210 CSSM_BER_TAG tagType,
214 switch(tagType) {
248 printf("not displayed (tagType = %s; length %u)\n",
249 tagTypeString(tagType), (unsigned)thing->Length);
96 tagTypeString( CSSM_BER_TAG tagType) argument
209 printDerThing( CSSM_BER_TAG tagType, const CSSM_DATA *thing, OidParser &parser) argument

Completed in 391 milliseconds