GDB (xrefs)
|
Public Attributes | |
int | refc |
int | n |
int * | indices |
struct value * | val |
Definition at line 140 of file opencl-lang.c.
int* lval_closure::indices |
Definition at line 147 of file opencl-lang.c.
Referenced by allocate_lval_closure(), lval_func_check_synthetic_pointer(), lval_func_free_closure(), lval_func_read(), and lval_func_write().
int lval_closure::n |
Definition at line 145 of file opencl-lang.c.
Referenced by allocate_lval_closure(), create_value(), lval_func_check_synthetic_pointer(), and lval_func_write().
int lval_closure::refc |
Definition at line 143 of file opencl-lang.c.
Referenced by allocate_lval_closure(), lval_func_copy_closure(), and lval_func_free_closure().
struct value* lval_closure::val |
Definition at line 149 of file opencl-lang.c.
Referenced by allocate_lval_closure(), lval_func_check_synthetic_pointer(), lval_func_free_closure(), lval_func_read(), and lval_func_write().