Home
last modified time | relevance | path

Searched refs:computed_closure (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dopencl-lang.c121 struct lval_closure *c = (struct lval_closure *) v->computed_closure (); in lval_func_read()
151 struct lval_closure *c = (struct lval_closure *) v->computed_closure (); in lval_func_write()
196 struct lval_closure *c = (struct lval_closure *) v->computed_closure (); in lval_func_check_synthetic_pointer()
228 struct lval_closure *c = (struct lval_closure *) v->computed_closure (); in lval_func_copy_closure()
238 struct lval_closure *c = (struct lval_closure *) v->computed_closure (); in lval_func_free_closure()
Dvalue.h343 void *computed_closure () const;
Dvalue.c1402 value::computed_closure () const in computed_closure() function