Lines Matching refs:const_ptr
9 example(const int *const_ptr)13 *const_ptr = 3;15 *const_ptr += 1;17 *const_ptr -= 4;19 *const_ptr *= 1;21 *const_ptr /= 5;23 *const_ptr %= 9;25 (*const_ptr)++;29 (const_ptr + 3) = const_ptr;
Indexes created Thu Oct 02 14:10:14 GMT 2025