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) in symbol_destructor_set()
208 code_props const *destructor) in semantic_type_destructor_set()
221 code_props const *
231 code_props const *destructor = in symbol_destructor_get()
251 symbol_printer_set (symbol *sym, code_props const *printer) in symbol_printer_set()
264 semantic_type_printer_set (semantic_type *type, code_props const *printer) in semantic_type_printer_set()
276 code_props const *
286 code_props const *printer = &semantic_type_get (sym->type_name)->printer; in symbol_printer_get()
929 default_tagged_destructor_set (code_props const *destructor) in default_tagged_destructor_set()
944 default_tagless_destructor_set (code_props const *destructor) in default_tagless_destructor_set()
959 default_tagged_printer_set (code_props const *printer) in default_tagged_printer_set()
974 default_tagless_printer_set (code_props const *printer) in default_tagless_printer_set()