Home
last modified time | relevance | path

Searched defs:aPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/FixIt/
H A Ddereference-addressof.c6 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()
H A Dfixit.cpp174 AD* aPtr; in test() local