Searched defs:dynCastToInt (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c14 int *dynCastToInt(void *ptr) { function
30 int *casted = dynCastToInt(p);
52 casted = dynCastToInt(p);
72 casted = dynCastToInt(p);
80 casted = dynCastToInt(p);
111 int *casted = dynCastToInt(0);

Completed in 54 milliseconds