Lines Matching defs:value
174 struct value struct
183 /* If zero, contents of this value are in the contents field. If argument
199 /* If nonzero, this is the value of a variable which does not argument
203 /* If value is a variable, is it initialized or not. */ argument
206 /* If value is from the stack. If this is set, read_stack will be argument
210 /* If the value has been released. */ argument
213 /* Location of value (if lval). */ argument
225 to use to access and describe the value, and a closure pointer argument
237 /* Describes offset of a value within lval of a structure in bytes. argument
252 /* The number of references to this value. When a value is created, argument
259 /* Only used for bitfields; the containing value. This allows a argument
262 struct value *parent; argument
268 /* Type of the value. */ argument
271 /* If a value represents a C++ object, then the `type' field gives argument
317 variables, put into the value history or exposed to Python are argument
319 struct value *next; argument
324 /* Actual contents of the value. Target byte-order. NULL or not argument
330 value to be available. This is filled in at value read time. */ argument
335 value_bytes_available (const struct value *value, int offset, int length) in value_bytes_available()
343 value_entirely_available (struct value *value) in value_entirely_available()
356 mark_value_bytes_unavailable (struct value *value, int offset, int length) in mark_value_bytes_unavailable()
752 value_next (struct value *value) in value_next()
758 value_type (const struct value *value) in value_type()
763 deprecated_set_value_type (struct value *value, struct type *type) in deprecated_set_value_type()
769 value_offset (const struct value *value) in value_offset()
774 set_value_offset (struct value *value, int offset) in set_value_offset()
780 value_bitpos (const struct value *value) in value_bitpos()
785 set_value_bitpos (struct value *value, int bit) in set_value_bitpos()
791 value_bitsize (const struct value *value) in value_bitsize()
796 set_value_bitsize (struct value *value, int bit) in set_value_bitsize()
802 value_parent (struct value *value) in value_parent()
810 set_value_parent (struct value *value, struct value *parent) in set_value_parent()
816 value_contents_raw (struct value *value) in value_contents_raw()
823 value_contents_all_raw (struct value *value) in value_contents_all_raw()
830 value_enclosing_type (struct value *value) in value_enclosing_type()
838 value_actual_type (struct value *value, int resolve_simple_types, in value_actual_type()
880 require_not_optimized_out (const struct value *value) in require_not_optimized_out()
887 require_available (const struct value *value) in require_available()
894 value_contents_for_printing (struct value *value) in value_contents_for_printing()
902 value_contents_for_printing_const (const struct value *value) in value_contents_for_printing_const()
909 value_contents_all (struct value *value) in value_contents_all()
989 value_lazy (struct value *value) in value_lazy()
995 set_value_lazy (struct value *value, int val) in set_value_lazy()
1001 value_stack (struct value *value) in value_stack()
1007 set_value_stack (struct value *value, int val) in set_value_stack()
1013 value_contents (struct value *value) in value_contents()
1022 value_contents_writeable (struct value *value) in value_contents_writeable()
1049 value_optimized_out (struct value *value) in value_optimized_out()
1055 set_value_optimized_out (struct value *value, int val) in set_value_optimized_out()
1061 value_entirely_optimized_out (const struct value *value) in value_entirely_optimized_out()
1072 value_bits_valid (const struct value *value, int offset, int length) in value_bits_valid()
1084 value_bits_synthetic_pointer (const struct value *value, in value_bits_synthetic_pointer()
1096 value_embedded_offset (struct value *value) in value_embedded_offset()
1102 set_value_embedded_offset (struct value *value, int val) in set_value_embedded_offset()
1108 value_pointed_to_offset (struct value *value) in value_pointed_to_offset()
1114 set_value_pointed_to_offset (struct value *value, int val) in set_value_pointed_to_offset()
1136 deprecated_value_lval_hack (struct value *value) in deprecated_value_lval_hack()
1142 value_lval_const (const struct value *value) in value_lval_const()
1148 value_address (const struct value *value) in value_address()
1160 value_raw_address (struct value *value) in value_raw_address()
1169 set_value_address (struct value *value, CORE_ADDR addr) in set_value_address()
1177 deprecated_value_internalvar_hack (struct value *value) in deprecated_value_internalvar_hack()
1183 deprecated_value_frame_id_hack (struct value *value) in deprecated_value_frame_id_hack()
1189 deprecated_value_regnum_hack (struct value *value) in deprecated_value_regnum_hack()
1195 deprecated_value_modifiable (struct value *value) in deprecated_value_modifiable()
1624 struct value *value; member
1778 struct axs_value *value) in compile_internalvar_to_ax()
2160 preserve_one_value (struct value *value, struct objfile *objfile, in preserve_one_value()
3263 readjust_indirect_value_type (struct value *value, struct type *enc_type, in readjust_indirect_value_type()