Searched refs:lval_funcs (Results 1 – 11 of 11) sorted by relevance
178 const struct lval_funcs *funcs,338 const struct lval_funcs *computed_funcs () const;713 const struct lval_funcs *funcs;924 struct lval_funcs struct
155 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()
422 static const struct lval_funcs tlb_value_funcs =
250 static const struct lval_funcs opencl_value_funcs =
1268 const struct lval_funcs *funcs = toval->computed_funcs (); in value_assign()1635 const struct lval_funcs *funcs = arg1->computed_funcs (); in value_ind()
10054 static const struct lval_funcs siginfo_value_funcs =
2588 * 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 write5094 Code cleanup - constify struct lval_funcs.
526 * 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 from4634 (struct lval_funcs) <check_validity>: New field.
12501 * value.h (struct lval_funcs): New type.
4507 (struct lval_funcs): Remove check_validity and check_any_valid
165857 Add lval_funcs::is_optimized_out165858 This adds an is_optimized_out function pointer to lval_funcs, and175580 and the interface that handles it (lval_funcs) to expr.c file.