Lines Matching refs:computed
155 const struct lval_funcs *funcs = m_location.computed.funcs;
1031 v->m_location.computed.funcs = funcs;
1032 v->m_location.computed.closure = closure;
1335 const struct lval_funcs *funcs = m_location.computed.funcs;
1388 || !m_location.computed.funcs->check_synthetic_pointer)
1390 return m_location.computed.funcs->check_synthetic_pointer (this, offset,
1399 return m_location.computed.funcs;
1407 return m_location.computed.closure;
1571 const struct lval_funcs *funcs = val->m_location.computed.funcs;
1574 val->m_location.computed.closure = funcs->copy_closure (val);
1644 const struct lval_funcs *funcs = whole->m_location.computed.funcs;
1647 m_location.computed.closure = funcs->copy_closure (whole);
1808 /* A fresh value is computed via a call-back routine on every
2095 Likewise, if the variable's value is a computed lvalue, we want
2096 references to it to produce another computed lvalue, where
2098 computed value's functions.
2100 This means that internal variables with computed values
2800 get the same value the compiler would have computed. Any
4079 gdb_printf (&debug_file, " computed");