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 110 /// Check if RetSym evaluates to an error value in the current state.
111 bool definitelyReturnedError(SymbolRef RetSym,
116 /// Check if RetSym evaluates to a NoErr value in the current state.
117 bool definitelyDidnotReturnError(SymbolRef RetSym,
120 return definitelyReturnedError(RetSym, State, Builder, true);
236 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym,
241 Builder.getSymbolManager().getType(RetSym));
243 nonloc::SymbolVal(RetSym));
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]

Completed in 45 milliseconds