Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp359 if (!I->getFunction()->nullPointerIsDefined()) { in PointerMayBeCaptured()
DInlineCost.cpp2160 if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined()) in getInlineCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h843 bool nullPointerIsDefined() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1844 if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) { in adjustNullPointerValidAttr()
DFunction.cpp1622 bool Function::nullPointerIsDefined() const { in nullPointerIsDefined() function in Function
1629 if (F && F->nullPointerIsDefined()) in NullPointerIsDefined()