Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtr.h29 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion);
H A DSmartPtrChecker.cpp74 if (smartptr::isNullSmartPtr(State, ThisRegion)) in checkPreCall()
H A DSmartPtrModeling.cpp149 bool isNullSmartPtr(const ProgramStateRef State, const MemRegion *ThisRegion) { in isNullSmartPtr() function
564 if (smartptr::isNullSmartPtr(State, I.first)) in printState()