Searched refs:aPtr (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/FixIt/
H A Ddereference-addressof.c6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} argument
9 void fp(float *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} argument
12 void f2(int *aPtr, int a, float *bPtr, char c) { argument
15 i(aPtr); // expected-warning{{incompatible pointer to integer conversion passing 'int *' to parameter of type 'int'; dereference with *}}
19 a = aPtr; // expected-warning{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}}
H A Dfixit.cpp104 AD* aPtr; local
106 aPtr = b; // expected-error {{assigning to 'AD *' from incompatible type 'BD'; take the address with &}}
107 aPtr = br; // expected-error {{assigning to 'A *' from incompatible type 'B'; take the address with &}}
/external/pcre/
H A Dpcre_globals.c66 static void LocalPcreFree(void* aPtr) argument
68 free(aPtr);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c215 char *aPtr = uprv_strrchr(strAlias, U_FILE_ALT_SEP_CHAR); local
217 (aPtr && (aPtr > rPtr)))
219 rPtr = aPtr; /* may copy NULL which is OK */
/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp227 Value *aPtr = GetPointerOperand(P->A); local
230 switch (UnderlyingObjectsAlias(AA, aPtr, bPtr)) {
246 const GEPOperator *aGEP = dyn_cast<GEPOperator>(aPtr);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.cpp158 static void ResetAndDestroy(TAny* aPtr) argument
160 RPointerArray<HBufC>* items = reinterpret_cast<RPointerArray<HBufC>* >(aPtr);

Completed in 484 milliseconds