Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/FixIt/
H A Ddereference-addressof.c6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} in ip() argument
9 void fp(float *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} in fp() argument
12 void f2(int *aPtr, int a, float *bPtr, char c) { in f2() argument
15 …i(aPtr); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to para… in f2()
19 …a = aPtr; // expected-warning{{incompatible pointer to integer conversion assigning to 'int' from… in f2()
H A Dfixit.cpp162 AD* aPtr; in test() local
164aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address wi… in test()
165aPtr = br; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address w… in test()
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-0x.mm20 __strong A** aPtr = &a;