Home
last modified time | relevance | path

Searched refs:ConstIntPtrPtr (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dwarn-cast-qual.c60 using ConstIntPtrPtr = const int **; in foo() local
62 …const int **fintptrptrc = ConstIntPtrPtr(intptrptr); // expected-warning {{cast from 'int **' to '… in foo()