Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dvalue.h339 extern struct value *allocate_repeat_value (struct type *type, int count);
Dvalues.c111 allocate_repeat_value (struct type *type, int count) in allocate_repeat_value() function
Deval.c1846 return allocate_repeat_value (VALUE_TYPE (arg1), in evaluate_subexp_standard()
Dvalops.c785 val = allocate_repeat_value (VALUE_ENCLOSING_TYPE (arg1), count); in value_repeat()