Searched refs:value_literal_complex (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | value.h | 561 extern struct value *value_literal_complex (struct value *, struct value *,
|
| D | valops.c | 2874 value_literal_complex (struct value *arg1, struct value *arg2, struct type *type) in value_literal_complex() function 2908 return value_literal_complex (re_val, im_val, type); in cast_into_complex() 2912 return value_literal_complex (val, value_zero (real_type, not_lval), type); in cast_into_complex()
|
| D | eval.c | 1303 return value_literal_complex (arg1, arg2, builtin_type_f_complex_s16); in evaluate_subexp_standard()
|