Home
last modified time | relevance | path

Searched refs:value_zero (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDeval.c1312 return value_zero (lookup_struct_elt_type (VALUE_TYPE (arg1), in evaluate_subexp_standard()
1355 return value_zero (lookup_struct_elt_type (VALUE_TYPE (arg1), in evaluate_subexp_standard()
1514 return value_zero (VALUE_TYPE (arg1), not_lval); in evaluate_subexp_standard()
1551 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1)); in evaluate_subexp_standard()
1592 arg1 = value_zero (type, VALUE_LVAL (arg1)); in evaluate_subexp_standard()
1907 return value_zero (TYPE_TARGET_TYPE (type), in evaluate_subexp_standard()
1911 return value_zero (builtin_type_int, lval_memory); in evaluate_subexp_standard()
1971 return value_zero (exp->elts[pc + 1].type, lval_memory); in evaluate_subexp_standard()
2119 value_zero (type, not_lval); in evaluate_subexp_for_address()
2133 return value_zero (lookup_pointer_type (VALUE_TYPE (x)), in evaluate_subexp_for_address()
HDvalops.c400 value_zero (t1, not_lval), 0, t1, 1); in value_cast()
425 return value_zero (builtin_type_void, not_lval); in value_cast()
437 value_zero (struct type *type, enum lval_type lv) in value_zero() function
2823 slice = value_zero (slice_type, not_lval); in value_slice()
2912 return value_literal_complex (val, value_zero (real_type, not_lval), type); in cast_into_complex()
HDjv-lang.c895 return value_zero (el_type, VALUE_LVAL (arg1)); in evaluate_subexp_java()
910 return value_zero (TYPE_TARGET_TYPE (type), VALUE_LVAL (arg1)); in evaluate_subexp_java()
HDvalarith.c487 return value_zero (return_type, VALUE_LVAL (arg1)); in value_x_binop()
582 return value_zero (return_type, VALUE_LVAL (arg1)); in value_x_unop()
HDada-lang.c6838 return value_zero (to_static_fixed_type (type), not_lval); in ada_evaluate_subexp()
6918 return value_zero (VALUE_TYPE (arg1), not_lval); in ada_evaluate_subexp()
6961 return value_zero in ada_evaluate_subexp()
7453 return value_zero (VALUE_TYPE (arg1), not_lval); in ada_evaluate_subexp()
7470 if (value_less (arg1, value_zero (VALUE_TYPE (arg1), not_lval))) in ada_evaluate_subexp()
7497 value_zero in ada_evaluate_subexp()
7503 return value_zero (builtin_type_int, lval_memory); in ada_evaluate_subexp()
7523 return value_zero (ada_aligned_type in ada_evaluate_subexp()
7551 return value_zero (ada_aligned_type in ada_evaluate_subexp()
HDvalue.h416 extern struct value *value_zero (struct type *type, enum lval_type lv);
HDvarobj.c746 val = value_zero (var->type, not_lval); in varobj_get_type()