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);
230 bool MacOSKeychainAPIChecker::definitelyReturnedError(SymbolRef RetSym,
235 Builder.getSymbolManager().getType(RetSym));
237 nonloc::SymbolVal(RetSym));
DynamicTypePropagation.cpp 789 SymbolRef RetSym = M.getReturnValue().getAsSymbol();
790 if (!RetSym)
812 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]

Completed in 170 milliseconds