Searched defs:own_type (Results 1 - 6 of 6) sorted by relevance

/external/ltrace/
H A Dprototype.h74 int own_type : 1; member in struct:named_type
80 struct arg_type_info *info, int own_type);
H A Dvalue.h59 int own_type; member in struct:value
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);
95 * frees the value type, if it's own_type. It doesn't free the VAL
H A Dparam.h77 int own_type; member in struct:param::__anon26630::__anon26631
101 struct arg_type_info *type, int own_type);
H A Dexpr.c68 struct arg_type_info *type, int own_type)
71 value_init_detached(&val, NULL, type, own_type);
67 expr_init_const_word(struct expr_node *node, long l, struct arg_type_info *type, int own_type) argument
H A Dvalue.c34 int own_type)
37 valp->own_type = own_type;
47 struct arg_type_info *type, int own_type)
50 value_common_init(valp, inferior, parent, type, own_type);
55 struct arg_type_info *type, int own_type)
57 value_common_init(valp, NULL, parent, type, own_type);
61 value_set_type(struct value *value, struct arg_type_info *type, int own_type) argument
63 if (value->own_type) {
68 value->own_type
32 value_common_init(struct value *valp, struct process *inferior, struct value *parent, struct arg_type_info *type, int own_type) argument
46 value_init(struct value *valp, struct process *inferior, struct value *parent, struct arg_type_info *type, int own_type) argument
54 value_init_detached(struct value *valp, struct value *parent, struct arg_type_info *type, int own_type) argument
72 value_take_type(struct value *value, struct arg_type_info **type, int *own_type) argument
[all...]
H A Dprototype.c120 struct arg_type_info *info, int own_type)
123 named->own_type = own_type;
130 if (named->own_type) {
119 named_type_init(struct named_type *named, struct arg_type_info *info, int own_type) argument

Completed in 597 milliseconds