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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp109 /// 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, argument
119 return definitelyReturnedError(RetSym, State, Builder, true);
234 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym, argument
239 Builder.getSymbolManager().getType(RetSym));
241 nonloc::SymbolVal(RetSym));
H A DDynamicTypePropagation.cpp764 SymbolRef RetSym = M.getReturnValue().getAsSymbol(); local
765 if (!RetSym)
788 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType);
841 if (!State->get<MostSpecializedTypeArgsMap>(RetSym)) {
842 State = State->set<MostSpecializedTypeArgsMap>(RetSym, ResultPtrType);
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1163 SymbolRef RetSym = SV.getAsLocSymbol(); local
1164 if (RetSym == Sym) {

Completed in 104 milliseconds