Searched refs:getNull (Results 1 – 5 of 5) sorted by relevance
8 int *getNull() { in getNull() function136 int *casted = dynCastOrNull(getNull()); in testTrackNull()146 ptr = getNull(); in testTrackNullVariable()159 int *p = inlined ? &i : getNull(); in inlinedIsDifferent()182 int *casted = getNull(); in testNoArguments()233 derefArg(cond ? &x : getNull()); in ternaryArg()244 derefArgCast((char*)((unsigned)cond ? &x : getNull())); in ternaryArgCast()256 int *p = cond ? getNull() : getPtr(); in ternaryAssignment()262 return cond ? &x : getNull(); in retNull()274 return *(x ? getNull() : getPtr()); in testConditionalOperatorSuppress()[all …]
116 SomeClass *getNull() { in getNull() function121 SomeClass *x = getNull(); in returnNullReference()134 X *getNull() { in getNull() function146 return deref1(getNull()); in test1()161 pass2(getNull()); in test2()173 deref3(getNull()); in test3()182 SomeClass *getNull() { in getNull() function in Cleanups::NonTrivial188 NonTrivial().getNull()->doSomething(); in testImmediate()195 SomeClass *ptr = NonTrivial().getNull(); in testAssignment()210 testArgumentHelper(NonTrivial().getNull()); in testArgument()
125 protected String getNull() { in getNull() method in Language154 return getNull(); in getNullValueText()
41 protected String getNull() { in getNull() method in PythonLanguage
43 protected String getNull() { in getNull() method in SquirrelLanguage