Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp345 if (!I->getFunction()->nullPointerIsDefined()) { in PointerMayBeCaptured()
H A DInlineCost.cpp2558 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h943 bool nullPointerIsDefined() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1876 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
1881 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()
H A DAttributes.cpp2254 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()