Searched refs:value_zero (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | eval.c | 1309 return value_zero (lookup_struct_elt_type (VALUE_TYPE (arg1), in evaluate_subexp_standard() 1352 return value_zero (lookup_struct_elt_type (VALUE_TYPE (arg1), in evaluate_subexp_standard() 1511 return value_zero (VALUE_TYPE (arg1), not_lval); in evaluate_subexp_standard() 1548 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1)); in evaluate_subexp_standard() 1589 arg1 = value_zero (type, VALUE_LVAL (arg1)); in evaluate_subexp_standard() 1908 return value_zero (TYPE_TARGET_TYPE (type), in evaluate_subexp_standard() 1912 return value_zero (builtin_type_int, lval_memory); in evaluate_subexp_standard() 1972 return value_zero (exp->elts[pc + 1].type, lval_memory); in evaluate_subexp_standard() 2120 value_zero (type, not_lval); in evaluate_subexp_for_address() 2134 return value_zero (lookup_pointer_type (VALUE_TYPE (x)), in evaluate_subexp_for_address()
|
| H A D | ada-lang.c | 7160 return value_zero (to_static_fixed_type (type), not_lval); in ada_evaluate_subexp() 7219 return value_zero (VALUE_TYPE (arg1), not_lval); in ada_evaluate_subexp() 7237 return value_zero (VALUE_TYPE (arg1), not_lval); in ada_evaluate_subexp() 7280 return value_zero in ada_evaluate_subexp() 7513 return value_zero (builtin_type_int, not_lval); in ada_evaluate_subexp() 7668 return value_zero (ada_tag_type (arg1), not_lval); in ada_evaluate_subexp() 7680 return value_zero (VALUE_TYPE (arg1), not_lval); in ada_evaluate_subexp() 7707 return value_zero (builtin_type_int, not_lval); in ada_evaluate_subexp() 7716 return value_zero (builtin_type_int, not_lval); in ada_evaluate_subexp() 7729 return value_zero (type, not_lval); in ada_evaluate_subexp() [all …]
|
| H A D | valops.c | 394 value_zero (t1, not_lval), 0, t1, 1); in value_cast() 419 return value_zero (builtin_type_void, not_lval); in value_cast() 431 value_zero (struct type *type, enum lval_type lv) in value_zero() function 2754 slice = value_zero (slice_type, not_lval); in value_slice() 2843 return value_literal_complex (val, value_zero (real_type, not_lval), type); in cast_into_complex()
|
| H A D | jv-lang.c | 897 return value_zero (el_type, VALUE_LVAL (arg1)); in evaluate_subexp_java() 912 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1)); in evaluate_subexp_java()
|
| H A D | valarith.c | 489 return value_zero (return_type, VALUE_LVAL (arg1)); in value_x_binop() 584 return value_zero (return_type, VALUE_LVAL (arg1)); in value_x_unop()
|
| H A D | value.h | 413 extern struct value *value_zero (struct type *type, enum lval_type lv);
|
| H A D | varobj.c | 746 val = value_zero (var->type, not_lval); in varobj_get_type()
|
| H A D | ChangeLog-3.x | 1676 * eval.c (evalue_subexp): Change subscript case to use value_zero 1930 * valops.c (value_zero): Add an argument for type of lval. 1935 value_zero properley. 1937 * valops.c, value.h (value_zero): Created--will return a value of
|