HomeSort by relevance Sort by last modified time
    Searched refs:RetSym (Results 1 - 3 of 3) 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);
234 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym,
239 Builder.getSymbolManager().getType(RetSym));
241 nonloc::SymbolVal(RetSym));
DynamicTypePropagation.cpp 764 SymbolRef RetSym = M.getReturnValue().getAsSymbol();
765 if (!RetSym)
788 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]

Completed in 190 milliseconds