Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1156 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
1173 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()
H A DAttributes.cpp2639 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h1029 bool nullPointerIsDefined() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3235 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getAttributeBasedInliningDecision()