Searched refs:STATE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.y99 #define STATE ((parser_state_t *)state)
102 #define yyerror(s) OSUnserializeerror(STATE, (s))
148 | object { STATE->parsedObject = $1->object;
150 freeObject(STATE, $1);
158 object: dict { $$ = buildDictionary(STATE, $1); }
159 | array { $$ = buildArray(STATE, $1); }
160 | set { $$ = buildSet(STATE, $1); }
161 | string { $$ = buildString(STATE, $1); }
162 | data { $$ = buildData(STATE, $1); }
163 | number { $$ = buildNumber(STATE,
[all...]
H A DOSUnserializeXML.cpp194 #define STATE ((parser_state_t *)state) macro
197 #define yyerror(s) OSUnserializeerror(STATE, (s))
600 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
601 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
618 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
619 STATE-NUM. */
636 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
671 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
672 symbol of state STATE
[all...]

Completed in 19 milliseconds