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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y99 static OSObject *parsedObject;
122 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; }
123 | object { parsedObject = (OSObject *)$1; YYACCEPT; }
632 object = parsedObject;
H A DOSUnserialize.cpp116 static OSObject *parsedObject; variable
828 { parsedObject = (OSObject *)NULL; YYACCEPT; ;
832 { parsedObject = (OSObject *)yyvsp[0]; YYACCEPT; ;
1591 object = parsedObject;
H A DOSUnserializeXML.y96 OSObject *parsedObject; // resultant object of parsed text
153 | object { STATE->parsedObject = $1->object;
1077 state->parsedObject = 0;
1081 object = state->parsedObject;
H A DOSUnserializeXML.cpp191 OSObject *parsedObject; // resultant object of parsed text member in struct:parser_state
1509 { STATE->parsedObject = (yyvsp[(1) - (1)])->object;
2689 state->parsedObject = 0;
2693 object = state->parsedObject;

Completed in 37 milliseconds