Searched refs:own_type (Results 1 – 9 of 9) sorted by relevance
/external/ltrace/ |
D | value.c | 34 int own_type) in value_common_init() argument 37 valp->own_type = own_type; in value_common_init() 47 struct arg_type_info *type, int own_type) in value_init() argument 50 value_common_init(valp, inferior, parent, type, own_type); in value_init() 55 struct arg_type_info *type, int own_type) in value_init_detached() argument 57 value_common_init(valp, NULL, parent, type, own_type); in value_init_detached() 61 value_set_type(struct value *value, struct arg_type_info *type, int own_type) in value_set_type() argument 63 if (value->own_type) { in value_set_type() 68 value->own_type = own_type; in value_set_type() 73 int *own_type) in value_take_type() argument [all …]
|
D | value.h | 59 int own_type; member 68 int own_type); 75 struct arg_type_info *type, int own_type); 80 struct arg_type_info *type, int own_type); 86 struct arg_type_info **type, int *own_type);
|
D | param.h | 77 int own_type; member 101 struct arg_type_info *type, int own_type);
|
D | prototype.h | 74 int own_type : 1; member 80 struct arg_type_info *info, int own_type);
|
D | param.c | 34 param->u.type.own_type = own; in param_init_type() 122 if (param->u.type.own_type) { in param_destroy()
|
D | prototype.c | 120 struct arg_type_info *info, int own_type) in named_type_init() argument 123 named->own_type = own_type; in named_type_init() 130 if (named->own_type) { in named_type_destroy()
|
D | expr.h | 93 struct arg_type_info *type, int own_type);
|
D | expr.c | 68 struct arg_type_info *type, int own_type) in expr_init_const_word() argument 71 value_init_detached(&val, NULL, type, own_type); in expr_init_const_word()
|
D | read_config_file.c | 474 assert(this_nt.own_type); in parse_typedef()
|