reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Function.h
  837   bool nullPointerIsDefined() const;

References

lib/Analysis/CaptureTracking.cpp
  359         if (!I->getFunction()->nullPointerIsDefined()) {
lib/Analysis/InlineCost.cpp
 2058   if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined())
 2058   if (!Caller->nullPointerIsDefined() && Callee->nullPointerIsDefined())
lib/IR/Attributes.cpp
 1844   if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) {
 1844   if (Callee.nullPointerIsDefined() && !Caller.nullPointerIsDefined()) {
lib/IR/Function.cpp
 1605   if (F && F->nullPointerIsDefined())