Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp396 if (!I->getFunction()->nullPointerIsDefined()) { in DetermineUseCaptureKind()
H A DInlineCost.cpp2939 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h917 bool nullPointerIsDefined() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp2069 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()
H A DFunction.cpp2132 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
2137 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()