Searched refs:getNull (Results 1 – 8 of 8) sorted by relevance
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()
8 int *getNull() { in getNull() function214 int *casted = dynCastOrNull(getNull()); in testTrackNull()224 ptr = getNull(); in testTrackNullVariable()237 int *p = inlined ? &i : getNull(); in inlinedIsDifferent()260 int *casted = getNull(); in testNoArguments()311 derefArg(cond ? &x : getNull()); in ternaryArg()322 derefArgCast((char*)((unsigned)cond ? &x : getNull())); in ternaryArgCast()334 int *p = cond ? getNull() : getPtr(); in ternaryAssignment()340 return cond ? &x : getNull(); in retNull()352 return *(x ? getNull() : getPtr()); in testConditionalOperatorSuppress()[all …]
125 protected String getNull() { in getNull() method in Language154 return getNull(); in getNullValueText()
43 protected String getNull() { in getNull() method in SquirrelLanguage
41 protected String getNull() { in getNull() method in PythonLanguage
235 EXPECT_FALSE(O->getNull("missing")); in TEST()236 EXPECT_FALSE(O->getNull("boolean")); in TEST()237 EXPECT_TRUE(O->getNull("null")); in TEST()
36 llvm::Optional<std::nullptr_t> Object::getNull(StringRef K) const { in getNull() function in llvm::json::Object
135 llvm::Optional<std::nullptr_t> getNull(StringRef K) const;