/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 244 SVal V = state->getSVal(RS, LCtx); 265 SVal ThisV = state->getSVal(This); 269 ThisV = state->getSVal(ThisV.castAs<Loc>()); 556 ThisV = State->getSVal(ThisV.castAs<Loc>()); [all...] |
PathDiagnostic.cpp | [all...] |
BugReporter.cpp | [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
proto.h | 115 extern char *getsval(Cell *);
|
lib.c | 231 s = getsval(x); 266 getsval(fldtab[0]); 463 p = getsval(fldtab[i]);
|
FIXES | 205 modified run/format() and tran/getsval() to do a slightly better 556 removed getsval, setsval, execute macros from run.c and lib.c. 605 added CONVFMT as in posix (just replaced OFMT in getsval) 698 fixed sleazy test for integrality in getsval; use modf. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 430 SVal AddrVal = State->getSVal(Arg->IgnoreParens(), C.getLocationContext()); 440 SVal Val = State->getSVal(*AddrLoc, 576 SVal Val = State->getSVal(E, C.getLocationContext());
|
IdempotentOperationChecker.cpp | 149 SVal LHSVal = state->getSVal(LHS, LCtx); 150 SVal RHSVal = state->getSVal(RHS, LCtx); 180 LHSVal = state->getSVal(LHSVal.castAs<Loc>(), LHS->getType());
|
MacOSKeychainAPIChecker.cpp | 218 SVal ArgV = State->getSVal(Expr, C.getLocationContext()); 329 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); 477 State->getSVal(CE, C.getLocationContext()).getAsSymbol();
|
CallAndMessageChecker.cpp | 228 SVal L = State->getSVal(Callee, LCtx);
|
RetainCountChecker.cpp | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 160 SVal getSVal(const Stmt *S) const { 161 return getState()->getSVal(S, getLocationContext()); [all...] |