Searched defs:PrtIsNull (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1614 bool PrtIsNull = StatePtrIsNull && !StatePtrNotNull; local
1619 if ( PrtIsNull && !SizeIsZero) {
1625 if (PrtIsNull && SizeIsZero)
1629 assert(!PrtIsNull);

Completed in 284 milliseconds