/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSXAPIChecker.cpp | 61 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsRegion();
|
CallAndMessageChecker.cpp | 170 const SVal PSV = State->getSVal(SValMemRegion); 311 SVal L = State->getSVal(Callee, LCtx); 338 SVal Arg = C.getSVal(DE->getArgument());
|
GenericTaintChecker.cpp | 429 SVal AddrVal = State->getSVal(Arg->IgnoreParens(), C.getLocationContext()); 439 SVal Val = State->getSVal(*AddrLoc, 575 SVal Val = State->getSVal(E, C.getLocationContext());
|
MacOSKeychainAPIChecker.cpp | 217 SVal ArgV = State->getSVal(Expr, C.getLocationContext()); 336 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); 484 State->getSVal(CE, C.getLocationContext()).getAsSymbol();
|
NullabilityChecker.cpp | 347 auto ParamValue = State->getSVal(RegVal->getRegion()) 483 State->getSVal(S, C.getLocationContext()).getAs<DefinedOrUnknownSVal>(); 831 State->getSVal(CE, C.getLocationContext()).getAs<DefinedOrUnknownSVal>(); [all...] |
StackAddrEscapeChecker.cpp | 128 SVal V = C.getState()->getSVal(RetE, LCtx);
|
RetainCountChecker.cpp | [all...] |
LocalizationChecker.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 247 SVal V = state->getSVal(RS, LCtx); 268 SVal ThisV = state->getSVal(This); 272 ThisV = state->getSVal(ThisV.castAs<Loc>()); 560 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/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 158 SVal getSVal(const Stmt *S) const { 159 return getState()->getSVal(S, getLocationContext()); [all...] |