Searched refs:is_ptr (Results 1 – 2 of 2) sorted by relevance
15 return fun->is_ptr? fun->ptr : 0; in get_fun_ptr()26 int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field requested}}
16 int is_ptr : 1; member