Home | History | Annotate | Download | only in src

Lines Matching refs:code_props

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)
276 code_props const *
286 code_props const *printer = &semantic_type_get (sym->type_name)->printer;
929 default_tagged_destructor_set (code_props const *destructor)
944 default_tagless_destructor_set (code_props const *destructor)
959 default_tagged_printer_set (code_props const *printer)
974 default_tagless_printer_set (code_props const *printer)