Home
last modified time | relevance | path

Searched refs:VALUE_LAZY (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dvalues.c98 VALUE_LAZY (val) = 0; in allocate_value()
227 VALUE_LAZY (val) = VALUE_LAZY (arg); in value_copy()
233 if (!VALUE_LAZY (val)) in value_copy()
258 if (VALUE_LAZY (val)) in record_latest_value()
428 if (VALUE_LAZY (val)) in value_of_internalvar()
459 if (VALUE_LAZY (newval)) in set_internalvar()
915 if (VALUE_LAZY (arg1)) in value_primitive_field()
916 VALUE_LAZY (v) = 1; in value_primitive_field()
931 if (VALUE_LAZY (arg1)) in value_primitive_field()
932 VALUE_LAZY (v) = 1; in value_primitive_field()
Dvalue.h186 #define VALUE_LAZY(val) (val)->lazy macro
204 ((void)(VALUE_LAZY(val) && value_fetch_lazy(val)), VALUE_CONTENTS_RAW(val))
211 ((void) (VALUE_LAZY(val) && value_fetch_lazy(val)), \
Dgnu-v2-abi.c168 if (!VALUE_LAZY (arg1)) in gnuv2_virtual_fn_field()
170 VALUE_LAZY (arg1) = 1; in gnuv2_virtual_fn_field()
Djv-valprint.c172 VALUE_LAZY (v) = 1; in java_value_print()
180 VALUE_LAZY (next_v) = 1; in java_value_print()
Dfindvar.c588 VALUE_LAZY (v) = 1; in read_var_value()
754 if (VALUE_LAZY (lazy_value) in locate_var_value()
Dvarobj.c502 if (VALUE_LAZY (var->value)) in varobj_create()
894 if (VALUE_LAZY (var->value)) in varobj_refresh()
1744 if (value != NULL && VALUE_LAZY (value)) in value_of_child()
1962 if (VALUE_LAZY (new_val)) in c_value_of_root()
2150 if (VALUE_LAZY (var->value)) in c_value_of_variable()
Dvalops.c486 VALUE_LAZY (val) = 1; in value_at_lazy()
514 VALUE_LAZY (val) = 0; in value_fetch_lazy()
1331 if (VALUE_LAZY (arg1)) in search_struct_field()
1332 VALUE_LAZY (v2) = 1; in search_struct_field()
2783 if (VALUE_LAZY (array)) in value_slice()
2784 VALUE_LAZY (slice) = 1; in value_slice()
Ddwarf2loc.c253 VALUE_LAZY (retval) = 1; in dwarf2_evaluate_loc_desc()
Dvalarith.c272 if (VALUE_LAZY (array)) in value_subscripted_rvalue()
273 VALUE_LAZY (v) = 1; in value_subscripted_rvalue()
Djv-lang.c442 VALUE_LAZY (field) = 1; in java_link_class_type()
512 VALUE_LAZY (method) = 1; in java_link_class_type()
Dbreakpoint.c963 && ! VALUE_LAZY (v)) in insert_bp_location()
1144 if (VALUE_LAZY (val)) in insert_breakpoints()
1496 && ! VALUE_LAZY (v)) in remove_breakpoint()
2749 && ! VALUE_LAZY (v)) in bpstat_stop_status()
5869 if (VALUE_LAZY (val)) in watch_command_1()
6043 if (VALUE_LAZY (v)) in can_use_hardware_watchpoint()
7368 if (VALUE_LAZY (b->val) && breakpoint_enabled (b)) in breakpoint_re_set_one()
7724 if (VALUE_LAZY (bpt->val)) in do_enable_breakpoint()
Dcp-valprint.c782 if (VALUE_LAZY (vf)) in cp_print_hpacc_virtual_table_entries()
Dstack.c1793 if (VALUE_LAZY (return_value)) in return_command()
Dprintcmd.c1332 if (VALUE_LAZY (last_examine_value)) in x_command()
Dada-lang.c418 VALUE_LAZY (v) = 1; in value_from_contents_and_address()
449 if (VALUE_LAZY (val) in coerce_unspec_val_to_type()
451 VALUE_LAZY (result) = 1; in coerce_unspec_val_to_type()
1809 else if (VALUE_LAZY (obj)) in ada_value_primitive_packed_val()
DChangeLog-19903134 VALUE_CONTENTS_RAW, VALUE_LAZY, value_at_lazy: New.