Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dvalue.h561 extern struct value *value_literal_complex (struct value *, struct value *,
Dvalops.c2874 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()
Deval.c1303 return value_literal_complex (arg1, arg2, builtin_type_f_complex_s16); in evaluate_subexp_standard()