Home
last modified time | relevance | path

Searched refs:nullPointerIsDefined (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp345 if (!I->getFunction()->nullPointerIsDefined()) { in PointerMayBeCaptured()
DInlineCost.cpp2787 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h944 bool nullPointerIsDefined() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp2044 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()
DFunction.cpp1921 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
1926 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()