Searched defs:semantic_type (Results 1 - 2 of 2) sorted by relevance

/external/bison/src/
H A Dsymtab.h204 } semantic_type; typedef in typeref:struct:__anon391
207 semantic_type *semantic_type_from_uniqstr (const uniqstr key);
210 semantic_type *semantic_type_get (const char *key);
213 void semantic_type_destructor_set (semantic_type *type,
217 void semantic_type_printer_set (semantic_type *type,
/external/bison/examples/calc++/
H A Dcalc++-parser.hh76 union semantic_type union in class:yy::calcxx_parser
89 typedef YYSTYPE semantic_type;
147 const semantic_type* yyvaluep,
154 const semantic_type* yyvaluep,
164 typedef stack<semantic_type> semantic_stack_type;
254 semantic_type* yyvaluep,

Completed in 306 milliseconds