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

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c8 int *getNull() { function
136 int *casted = dynCastOrNull(getNull());
146 ptr = getNull();
159 int *p = inlined ? &i : getNull();
182 int *casted = getNull();
233 derefArg(cond ? &x : getNull());
244 derefArgCast((char*)((unsigned)cond ? &x : getNull()));
256 int *p = cond ? getNull() : getPtr();
262 return cond ? &x : getNull();
274 return *(x ? getNull()
[all...]
H A Dfalse-positive-suppression.cpp116 SomeClass *getNull() { function in namespace:References
121 SomeClass *x = getNull();
134 X *getNull() { function
146 return deref1(getNull());
161 pass2(getNull());
173 deref3(getNull());
182 SomeClass *getNull() { function in class:Cleanups::NonTrivial
188 NonTrivial().getNull()->doSomething();
195 SomeClass *ptr = NonTrivial().getNull();
210 testArgumentHelper(NonTrivial().getNull());
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 110 milliseconds