Searched defs:aPtr (Results 1 – 2 of 2) sorted by relevance
6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} in ip()9 void fp(float *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} in fp()12 void f2(int *aPtr, int a, float *bPtr, char c) { in f2()
174 AD* aPtr; in test() local