reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
837 bool nullPointerIsDefined() const;
359 if (!I->getFunction()->nullPointerIsDefined()) {
lib/Analysis/InlineCost.cpp2058 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())