Home
last modified time | relevance | path

Searched refs:isNullSmartPtr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtr.h27 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion);
H A DSmartPtrChecker.cpp74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
H A DSmartPtrModeling.cpp104 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion) { in isNullSmartPtr() function
298 if (smartptr::isNullSmartPtr(State, I.first)) in printState()