Searched defs:ppp (Results 1 – 8 of 8) sorted by relevance
6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals()18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { in test_mquals()
177 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals()198 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { in test_quals_ranking()
51 void ppp(void){} // expected-warning {{no previous prototype for function 'ppp'}} in ppp() function
42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
131 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
21 - (void)ppp; // expected-note {{method 'ppp' declared here}} method in DOG
137 FILE **ppp = &stdin; in stdinTest3() local
213 void g(D<double> ppp) { in g() argument 221 void g(D<double> *ppp) { in g() argument