OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xyPtr
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
taint-tester.c
42
struct XYStruct *
xyPtr
= 0;
43
scanf("%p", &
xyPtr
);
44
void *tXYStructPtr =
xyPtr
; // expected-warning + {{tainted}}
46
int ptrtx =
xyPtr
->x;// expected-warning + {{tainted}}
47
int ptrty =
xyPtr
->y;// expected-warning + {{tainted}}
/external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.h
79
intptr_t
xyPtr
= reinterpret_cast<intptr_t>(vertices);
88
const GrPoint* xy = reinterpret_cast<const GrPoint*>(
xyPtr
);
92
xyPtr
+= STRIDE;
/external/skia/src/gpu/
GrPathUtils.h
79
intptr_t
xyPtr
= reinterpret_cast<intptr_t>(vertices);
88
const GrPoint* xy = reinterpret_cast<const GrPoint*>(
xyPtr
);
92
xyPtr
+= STRIDE;
Completed in 57 milliseconds