Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/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.c604 VALUE_LAZY (v) = 1; in read_var_value()
770 if (VALUE_LAZY (lazy_value) in locate_var_value()
Dvalops.c492 VALUE_LAZY (val) = 1; in value_at_lazy()
520 VALUE_LAZY (val) = 0; in value_fetch_lazy()
1400 if (VALUE_LAZY (arg1)) in search_struct_field()
1401 VALUE_LAZY (v2) = 1; in search_struct_field()
2852 if (VALUE_LAZY (array)) in value_slice()
2853 VALUE_LAZY (slice) = 1; in value_slice()
Dvarobj.c502 if (VALUE_LAZY (var->value)) in varobj_create()
1688 if (value != NULL && VALUE_LAZY (value)) in value_of_child()
1906 if (VALUE_LAZY (new_val)) in c_value_of_root()
2094 if (VALUE_LAZY (var->value)) in c_value_of_variable()
Djv-lang.c440 VALUE_LAZY (field) = 1; in java_link_class_type()
510 VALUE_LAZY (method) = 1; in java_link_class_type()
Ddwarf2loc.c244 VALUE_LAZY (retval) = 1; in dwarf2_evaluate_loc_desc()
Dvalarith.c270 if (VALUE_LAZY (array)) in value_subscripted_rvalue()
271 VALUE_LAZY (v) = 1; in value_subscripted_rvalue()
Dbreakpoint.c942 && ! VALUE_LAZY (v)) in insert_bp_location()
1125 if (VALUE_LAZY (val)) in insert_breakpoints()
1477 && ! VALUE_LAZY (v)) in remove_breakpoint()
2757 && ! VALUE_LAZY (v)) in bpstat_stop_status()
5766 if (VALUE_LAZY (val)) in watch_command_1()
5944 if (VALUE_LAZY (v)) in can_use_hardware_watchpoint()
7254 if (VALUE_LAZY (b->val) && breakpoint_enabled (b)) in breakpoint_re_set_one()
7612 if (VALUE_LAZY (bpt->val)) in do_enable_breakpoint()
Dcp-valprint.c784 if (VALUE_LAZY (vf)) in cp_print_hpacc_virtual_table_entries()
Dstack.c1873 if (VALUE_LAZY (return_value)) in return_command()
Dprintcmd.c1334 if (VALUE_LAZY (last_examine_value)) in x_command()
Dada-lang.c301 VALUE_LAZY (v) = 1; in value_from_contents_and_address()
333 VALUE_LAZY (result) = 1; in coerce_unspec_val_to_type()
1392 else if (VALUE_LAZY (obj)) in ada_value_primitive_packed_val()