Searched refs:nullPointerIsDefined (Results 1 – 5 of 5) sorted by relevance
345 if (!I->getFunction()->nullPointerIsDefined()) { in PointerMayBeCaptured()
2558 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
943 bool nullPointerIsDefined() const;
1876 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function1881 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()
2254 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()