Searched refs:value_repeat (Results 1 – 5 of 5) sorted by relevance
415 extern struct value *value_repeat (struct value *arg1, int count);
1851 return value_repeat (arg1, longest_to_int (value_as_long (arg2))); in evaluate_subexp_standard()
759 value_repeat (struct value *arg1, int count) in value_repeat() function
945 * valops.c (value_repeat): Fix length of memory transfer to3670 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
2430 (value_repeat): Use VALUE_CONTENTS_ALL_RAW and VALUE_ENCLOSING_TYPE.