Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp386 if (!I->getFunction()->nullPointerIsDefined()) { in DetermineUseCaptureKind()
H A DInlineCost.cpp3033 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h985 bool nullPointerIsDefined() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2098 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
2103 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()
H A DAttributes.cpp2340 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()