Home
last modified time | relevance | path

Searched refs:pos_atr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c211 static LONGEST pos_atr (struct value *);
2227 idx = pos_atr (ind[i]); in value_subscript_packed()
2608 elt = value_subscript (elt, pos_atr (ind[k])); in ada_value_subscript()
2632 arr = value_ptradd (arr, pos_atr (ind[k]) - lwb); in ada_value_ptr_subscript()
8424 pos_atr (struct value *arg) in pos_atr() function
8451 return value_from_longest (type, pos_atr (arg)); in value_pos_atr()
10026 low_bound = pos_atr (low_bound_val); in ada_evaluate_subexp()
10027 high_bound = pos_atr (high_bound_val); in ada_evaluate_subexp()