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

/external/bison/src/
H A Dscan-code.h41 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...]

Completed in 1346 milliseconds