HomeSort by relevance Sort by last modified time
    Searched full:getsval (Results 26 - 50 of 65) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext());
ObjCAtSyncChecker.cpp 42 SVal V = state->getSVal(Ex, C.getLocationContext());
ReturnPointerRangeChecker.cpp 43 SVal V = state->getSVal(RetE, C.getLocationContext());
UndefinedArraySubscriptChecker.cpp 39 if (!C.getSVal(Index).isUndef())
UndefinedAssignmentChecker.cpp 66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) {
UnixAPIChecker.cpp 131 const SVal V = state->getSVal(oflagsEx, C.getLocationContext());
181 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsRegion();
268 SVal argVal = state->getSVal(arg, C.getLocationContext());
296 SVal argVal = state->getSVal(arg, C.getLocationContext());
BasicObjCFoundationChecks.cpp 141 if (State->isNull(C.getSVal(E)).isConstrainedTrue()) {
445 SVal TheTypeVal = state->getSVal(CE->getArg(1), LCtx);
465 SVal TheValueExpr = state->getSVal(CE->getArg(2), LCtx);
574 SVal ArgVal = state->getSVal(Arg, C.getLocationContext());
891 SVal CollectionVal = C.getSVal(FCS->getCollection());
930 ElementLoc = State->getSVal(Element, LCtx).getAs<Loc>();
937 SVal Val = State->getSVal(*ElementLoc);
    [all...]
NSErrorChecker.cpp 230 setFlag<NSErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
235 setFlag<CFErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
MallocChecker.cpp 707 const SVal V = State->getSVal(FlagsEx, C.getLocationContext());
    [all...]
CastSizeChecker.cpp 107 const MemRegion *R = state->getSVal(E, C.getLocationContext()).getAsRegion();
ChrootChecker.cpp 108 SVal ArgVal = state->getSVal(ArgExpr, C.getLocationContext());
ReturnUndefChecker.cpp 44 SVal RetVal = C.getSVal(RetE);
TraversalChecker.cpp 102 llvm::outs() << "Returning " << C.getSVal(CallE) << "\n";
VLASizeChecker.cpp 98 SVal sizeV = state->getSVal(SE, C.getLocationContext());
DynamicTypeChecker.cpp 169 const MemRegion *Region = C.getSVal(CE).getAsRegion();
DynamicTypePropagation.cpp 280 const MemRegion *ToR = C.getSVal(CE).getAsRegion();
300 const MemRegion *MR = C.getSVal(NewE).getAsRegion();
348 const MemRegion *ToR = C.getSVal(CastE).getAsRegion();
530 SymbolRef Sym = State->getSVal(CE, C.getLocationContext()).getAsSymbol();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
Environment.cpp 69 SVal Environment::getSVal(const EnvironmentEntry &Entry,
100 return getSVal(EnvironmentEntry(RE, LCtx), svalBuilder);
BugReporterVisitors.cpp 202 SVal RetVal = State->getSVal(S, Node->getLocationContext());
207 RetVal = State->getSVal(*LValue);
249 SVal V = State->getSVal(Ret, StackFrame);
482 if (Succ->getState()->getSVal(R) != V)
485 if (Pred->getState()->getSVal(R) == V) {
562 SVal V = State->getSVal(S, PS->getLocationContext());
567 State->getSVal(OriginalR).getAs<KnownSVal>())
    [all...]
ProgramState.cpp 245 return getSVal(R);
251 SVal ProgramState::getSVal(Loc location, QualType T) const {
657 SymbolRef Sym = getSVal(S, LCtx).getAsSymbol();
661 const MemRegion *R = getSVal(S, LCtx).getAsRegion();
692 SVal val = getSVal(S, LCtx);
ExprEngineObjC.cpp 27 SVal baseVal = state->getSVal(Ex->getBase(), LCtx);
84 elementV = state->getSVal(elem, Pred->getLocationContext());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 297 SVal getSVal(const Stmt *S, const LocationContext *LCtx) const;
303 SVal getSVal(Loc LV, QualType T = QualType()) const;
310 SVal getSVal(const MemRegion* R) const;
727 inline SVal ProgramState::getSVal(const Stmt *Ex,
729 return Env.getSVal(EnvironmentEntry(Ex, LCtx),
740 return getSVal(S, LCtx);
750 inline SVal ProgramState::getSVal(const MemRegion* R) const {
CheckerContext.h 195 SVal getSVal(const Stmt *S) const {
196 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

Completed in 1549 milliseconds

12 3