Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDvalue.h594 extern struct value *allocate_repeat_value (struct type *type, int count);
HDvalue.c712 allocate_repeat_value (struct type *type, int count) in allocate_repeat_value() function
HDvalops.c1480 val = allocate_repeat_value (value_enclosing_type (arg1), count); in value_repeat()
HDeval.c2451 return allocate_repeat_value (value_type (arg1), in evaluate_subexp_standard()