Home
last modified time | relevance | path

Searched refs:lval_funcs (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalue.h178 const struct lval_funcs *funcs,
338 const struct lval_funcs *computed_funcs () const;
713 const struct lval_funcs *funcs;
924 struct lval_funcs struct
Dvalue.c155 const struct lval_funcs *funcs = m_location.computed.funcs; in ~value()
1024 const struct lval_funcs *funcs, in allocate_computed()
1334 const struct lval_funcs *funcs = m_location.computed.funcs; in optimized_out()
1393 const struct lval_funcs *
1570 const struct lval_funcs *funcs = val->m_location.computed.funcs; in copy()
1643 const struct lval_funcs *funcs = whole->m_location.computed.funcs; in set_component_location()
3763 const struct lval_funcs *funcs; in coerce_ref_if_computed()
Dwindows-tdep.c422 static const struct lval_funcs tlb_value_funcs =
Dopencl-lang.c250 static const struct lval_funcs opencl_value_funcs =
Dvalops.c1268 const struct lval_funcs *funcs = toval->computed_funcs (); in value_assign()
1635 const struct lval_funcs *funcs = arg1->computed_funcs (); in value_ind()
Dinfrun.c10054 static const struct lval_funcs siginfo_value_funcs =
DChangeLog-20112588 * value.h (struct lval_funcs): New field coerce_ref.
2615 Make some lval_funcs methods to default on NULL.
2619 * value.h (struct lval_funcs): Comment NULL values for read and write
5094 Code cleanup - constify struct lval_funcs.
DChangeLog-2010526 * value.h (struct lval_funcs) <indirect, check_synthetic_pointer>:
532 * valops.c (value_ind): Use new 'indirect' lval_funcs method.
4008 * value.h (struct lval_funcs) <check_any_valid>: Rename from
4634 (struct lval_funcs) <check_validity>: New field.
DChangeLog-200912501 * value.h (struct lval_funcs): New type.
DChangeLog-20144507 (struct lval_funcs): Remove check_validity and check_any_valid
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git165857 Add lval_funcs::is_optimized_out
165858 This adds an is_optimized_out function pointer to lval_funcs, and
175580 and the interface that handles it (lval_funcs) to expr.c file.