Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c14 int *dynCastToInt(void *ptr) { in dynCastToInt() function
30 int *casted = dynCastToInt(p); in testDynCast()
52 casted = dynCastToInt(p); in testBranch()
72 casted = dynCastToInt(p); in testBranchReversed()
80 casted = dynCastToInt(p); in testMultipleStore()
111 int *casted = dynCastToInt(0); in testDynCastOfNull()