OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODE_PROPS_NONE_INIT
(Results
1 - 4
of
4
) 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.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);
scan-code.l
881
code_props_none_init
(code_props *self)
886
code_props const code_props_none =
CODE_PROPS_NONE_INIT
;
scan-code.c
3070
code_props_none_init
(code_props *self)
function
[
all
...]
Completed in 211 milliseconds