HomeSort by relevance Sort by last modified time
    Searched refs:code_props (Results 1 - 9 of 9) sorted by null

  /external/bison/src/
scan-code.h 41 typedef struct code_props { struct
49 * \c NULL iff \c code_props::kind is \c CODE_PROPS_NONE.
53 /** Undefined iff \c code_props::code is \c NULL. */
59 * the \c code_props that would contain the code passage associated
60 * with \c self. (That \c code_props is not the same as this one if this
61 * one is for a RHS \c symbol_list node. Instead, it's the \c code_props
63 * - \c code_props_translate_code has been invoked for that \c code_props,
64 * but the symbol value associated with this \c code_props was not
69 /** \c NULL iff \c code_props::kind is not \c CODE_PROPS_RULE_ACTION. */
74 } code_props; typedef in typeref:struct:code_props
    [all...]
symtab.h 81 code_props destructor;
87 code_props printer;
144 void symbol_destructor_set (symbol *sym, code_props const *destructor);
148 code_props const *symbol_destructor_get (symbol const *sym);
151 void symbol_printer_set (symbol *sym, code_props const *printer);
155 code_props const *symbol_printer_get (symbol const *sym);
201 code_props destructor;
203 code_props printer;
214 code_props const *destructor);
218 code_props const *printer)
    [all...]
symlist.h 69 code_props action_props;
123 code_props const *destructor);
127 code_props const *printer);
symtab.c 52 static code_props default_tagged_destructor = CODE_PROPS_NONE_INIT;
53 static code_props default_tagless_destructor = CODE_PROPS_NONE_INIT;
54 static code_props default_tagged_printer = CODE_PROPS_NONE_INIT;
55 static code_props default_tagless_printer = CODE_PROPS_NONE_INIT;
194 symbol_destructor_set (symbol *sym, code_props const *destructor)
208 code_props const *destructor)
221 code_props const *
231 code_props const *destructor =
251 symbol_printer_set (symbol *sym, code_props const *printer)
264 semantic_type_printer_set (semantic_type *type, code_props const *printer
    [all...]
parse-gram.y 247 code_props plain_code;
279 code_props action;
351 code_props code;
363 code_props code;
622 code_props plain_code;
673 code_props plain_code;
symlist.c 226 symbol_list_destructor_set (symbol_list *node, code_props const *destructor)
247 symbol_list_printer_set (symbol_list *node, code_props const *printer)
scan-code.l 44 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
857 translate_action (code_props *self, int sc_context)
881 code_props_none_init (code_props *self)
886 code_props const code_props_none = CODE_PROPS_NONE_INIT;
889 code_props_plain_init (code_props *self, char const *code,
901 code_props_symbol_action_init (code_props *self, char const *code,
913 code_props_rule_action_init (code_props *self, char const *code,
926 code_props_translate_code (code_props *self)
scan-code.c 695 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
    [all...]
parse-gram.c     [all...]

Completed in 57 milliseconds