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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp248 bool isNSError = hasFlag<NSErrorOut>(loc, state); local
250 if (!isNSError)
253 if (!(isNSError || isCFError))
261 os << (isNSError
268 if (isNSError) {

Completed in 43 milliseconds