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

  /external/bison/src/
scan-code.h 82 void code_props_none_init (code_props *self);
84 /** Equivalent to \c code_props_none_init. */
85 #define CODE_PROPS_NONE_INIT \
88 /** Initialized by \c CODE_PROPS_NONE_INIT with no further modification. */
symtab.h 147 \c code_props_none_init if there's no \c \%destructor. */
154 \c code_props_none_init if there's no \c \%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;
78 code_props_none_init (&res->destructor);
79 code_props_none_init (&res->printer);
108 code_props_none_init (&res->destructor);
109 code_props_none_init (&res->printer);
symlist.c 45 code_props_none_init (&res->action_props);
scan-code.l 881 code_props_none_init (code_props *self)
886 code_props const code_props_none = CODE_PROPS_NONE_INIT;
reader.c 395 code_props_none_init (&current_rule->action_props);
scan-code.c 3070 code_props_none_init (code_props *self) function
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/bison/
ChangeLog-2012     [all...]

Completed in 116 milliseconds