Searched refs:nullPointerIsDefined (Results 1 – 5 of 5) sorted by relevance
386 if (!I->getFunction()->nullPointerIsDefined()) { in DetermineUseCaptureKind()
3033 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
985 bool nullPointerIsDefined() const;
2098 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function2103 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()
2340 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()