Searched refs:ptr_to_const_int (Results 1 – 1 of 1) sorted by relevance
7 typedef const int *ptr_to_const_int; typedef12 using ptr_to_const_int = const int *; typedef26 if (const ptr_to_const_int i = 0) { in const_pointers()48 template struct S<ptr_to_const_int>;