HomeSort by relevance Sort by last modified time
    Searched refs:own_length (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
type.h 55 int own_length:1; member in struct:arg_type_info::__anon31290::__anon31291
98 * respectively, OWN_INFO and OWN_LENGTH are true, the pointee and
102 struct expr_node *length_expr, int own_length);
read_config_file.c 561 int own_length; local
586 own_length = 1;
594 length = parse_argnum(loc, str, &own_length, 1);
611 own_length = 0;
619 own_length = 0;
631 if (own_length) {
639 length, own_length);
766 int own_length; local
767 struct expr_node *length = parse_argnum(loc, str, &own_length, 0);
776 type_init_array(info, elt_info, own, length, own_length);
    [all...]
type.c 187 struct expr_node *length_expr, int own_length)
193 info->u.array_info.own_length = own_length;
203 if (info->u.array_info.own_length) {
320 assert(!info->u.array_info.own_length); // XXXXXXX
323 info->u.array_info.own_length);

Completed in 128 milliseconds