Searched refs:inf_value (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dlens_enum.c71 enum_values_equal(struct value *inf_value, struct value *enum_value, argument
82 unsigned char *inf_data = value_get_data(inf_value, arguments);
83 size_t inf_sz = value_size(inf_value, arguments);
87 assert(inf_value->type->type == enum_value->type->type);

Completed in 138 milliseconds