HomeSort by relevance Sort by last modified time
    Searched refs:RetSym (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 109 /// Check if RetSym evaluates to an error value in the current state.
110 bool definitelyReturnedError(SymbolRef RetSym,
115 /// Check if RetSym evaluates to a NoErr value in the current state.
116 bool definitelyDidnotReturnError(SymbolRef RetSym,
119 return definitelyReturnedError(RetSym, State, Builder, true);
235 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym,
240 Builder.getSymbolManager().getType(RetSym));
242 nonloc::SymbolVal(RetSym));
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]

Completed in 114 milliseconds