Searched refs:ConstIntPtrPtr (Results 1 – 1 of 1) sorted by relevance
60 using ConstIntPtrPtr = const int **; in foo() local62 …const int **fintptrptrc = ConstIntPtrPtr(intptrptr); // expected-warning {{cast from 'int **' to '… in foo()