Lines Matching defs:casted
30 int *casted = dynCastToInt(p); in testDynCast() local
38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local
47 int *casted; in testBranch() local
63 int *casted; in testBranchReversed() local
79 int *casted = 0; in testMultipleStore() local
102 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local
111 int *casted = dynCastToInt(0); in testDynCastOfNull() local
127 int *casted = lookUpInt(0); in testZeroIsNotNull() local
136 int *casted = dynCastOrNull(getNull()); in testTrackNull() local
147 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local
182 int *casted = getNull(); in testNoArguments() local
202 int *casted = getNullIfNonNull(input); in testKnownPath() local
218 int *casted = alwaysReturnNull(input); in testAlwaysReturnNull() local