Searched refs:bPtr (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/FixIt/
H A Ddereference-addressof.c12 void f2(int *aPtr, int a, float *bPtr, char c) { argument
17 fp(*bPtr); // expected-error{{passing 'float' to parameter of incompatible type 'float *'; remove *}}
18 f(bPtr); // expected-error{{passing 'float *' to parameter of incompatible type 'float'; dereference with *}}
20 fl = bPtr + a; // expected-error{{assigning to 'float' from incompatible type 'float *'; dereference with *}}
21 bPtr = bPtr[a]; // expected-error{{assigning to 'float *' from incompatible type 'float'; take the address with &}}
/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp228 Value *bPtr = GetPointerOperand(P->B); local
230 switch (UnderlyingObjectsAlias(AA, aPtr, bPtr)) {
247 const GEPOperator *bGEP = dyn_cast<GEPOperator>(bPtr);

Completed in 126 milliseconds