Searched refs:intptrptr (Results 1 – 2 of 2) sorted by relevance
25 int **intptrptr; in foo() local26 …const int **intptrptrc = (const int **)intptrptr; // expected-warning {{cast from 'int **' to 'con… in foo()27 …volatile int **intptrptrv = (volatile int **)intptrptr; // expected-warning {{cast from 'int **' t… in foo()
541 TEST_UNINIT(intptrptr, int**);550 TEST_BRACES(intptrptr, int**);