/external/clang/lib/StaticAnalyzer/Checkers/ |
CastSizeChecker.cpp | 48 const MemRegion *R = state->getSVal(E, C.getLocationContext()).getAsRegion();
|
DivZeroChecker.cpp | 60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext());
|
ExprInspectionChecker.cpp | 61 SVal AssertionVal = State->getSVal(Assertion, LC);
|
ObjCAtSyncChecker.cpp | 42 SVal V = state->getSVal(Ex, C.getLocationContext());
|
ReturnPointerRangeChecker.cpp | 42 SVal V = state->getSVal(RetE, C.getLocationContext());
|
ReturnUndefChecker.cpp | 44 SVal RetVal = C.getSVal(RetE);
|
UndefinedAssignmentChecker.cpp | 58 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) {
|
BasicObjCFoundationChecks.cpp | 296 SVal TheTypeVal = state->getSVal(CE->getArg(1), LCtx); 316 SVal TheValueExpr = state->getSVal(CE->getArg(2), LCtx); 420 SVal ArgVal = state->getSVal(Arg, C.getLocationContext()); 709 SVal CollectionSentinel = State->getSVal(FCS, C.getLocationContext()); 726 ElementVar = State->getSVal(Element, C.getLocationContext()); 733 SVal Val = State->getSVal(ElementVar.castAs<Loc>()); 757 SVal Val = State->getSVal(NonNullExpr, C.getLocationContext());
|
MallocChecker.cpp | 185 state->getSVal(SizeEx, C.getLocationContext()), 613 SVal retVal = state->getSVal(CE, C.getLocationContext()); 684 SVal ArgVal = State->getSVal(ArgExpr, C.getLocationContext()); 776 SVal RetVal = C.getSVal(ParentExpr); [all...] |
DynamicTypePropagation.cpp | 177 const MemRegion *ToR = C.getSVal(CastE).getAsRegion(); 233 const MemRegion *ToR = C.getSVal(CastE).getAsRegion();
|
NSErrorChecker.cpp | 228 setFlag<NSErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C); 233 setFlag<CFErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
|
ChrootChecker.cpp | 108 SVal ArgVal = state->getSVal(ArgExpr, C.getLocationContext());
|
NoReturnFunctionChecker.cpp | 46 SVal L = state->getSVal(Callee, C.getLocationContext());
|
UnixAPIChecker.cpp | 104 const SVal V = state->getSVal(oflagsEx, C.getLocationContext()); 162 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsRegion(); 249 SVal argVal = state->getSVal(arg, C.getLocationContext()); 277 SVal argVal = state->getSVal(arg, C.getLocationContext());
|
VLASizeChecker.cpp | 94 SVal sizeV = state->getSVal(SE, C.getLocationContext());
|
MacOSXAPIChecker.cpp | 61 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsRegion();
|
StackAddrEscapeChecker.cpp | 128 SVal V = C.getState()->getSVal(RetE, LCtx);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerContext.cpp | 25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
|
Environment.cpp | 68 SVal Environment::getSVal(const EnvironmentEntry &Entry, 124 return getSVal(EnvironmentEntry(RE, LCtx), svalBuilder);
|
ExprEngineObjC.cpp | 27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx); 84 elementV = state->getSVal(elem, Pred->getLocationContext());
|
ProgramState.cpp | 222 return getSVal(R); 228 SVal ProgramState::getSVal(Loc location, QualType T) const { 628 SymbolRef Sym = getSVal(S, LCtx).getAsSymbol(); 632 const MemRegion *R = getSVal(S, LCtx).getAsRegion(); 663 SVal val = getSVal(S, LCtx);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 274 SVal getSVal(const Stmt *S, const LocationContext *LCtx) const; 280 SVal getSVal(Loc LV, QualType T = QualType()) const; 287 SVal getSVal(const MemRegion* R) const; 690 inline SVal ProgramState::getSVal(const Stmt *Ex, 692 return Env.getSVal(EnvironmentEntry(Ex, LCtx), 702 return getSVal(S, LCtx); 712 inline SVal ProgramState::getSVal(const MemRegion* R) const {
|
CheckerContext.h | 194 SVal getSVal(const Stmt *S) const { 195 return getState()->getSVal(S, getLocationContext());
|
/ndk/sources/host-tools/nawk-20071023/ |
tran.c | 44 char **CONVFMT; /* format for conversions in getsval */ 384 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, NN(vp->nval), vp->sval, vp->sval, vp->tval) ); 388 char *getsval(Cell *vp) /* get string val of a Cell */ function
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreePatternLexer.m | 177 - (NSMutableData *)getSval
|