HomeSort by relevance Sort by last modified time
    Searched refs:getArgSVal (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 82 SVal V = Call.getArgSVal(idx);
ObjCSelfInitChecker.cpp 254 SVal argV = CE.getArgSVal(i);
282 SVal argV = CE.getArgSVal(i);
SimpleStreamChecker.cpp 156 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol();
CallAndMessageChecker.cpp 425 if (PreVisitProcessArg(C, Call.getArgSVal(i), Call.getArgSourceRange(i),
BasicObjCFoundationChecks.cpp 157 if (!State->isNull(msg.getArgSVal(Arg)).isConstrainedTrue())
790 if (msg.getArgSVal(I).getAs<loc::ConcreteInt>())
    [all...]
MallocChecker.cpp 817 return !Call.getArgSVal(i).isZeroConstant();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 96 if (isCallbackArg(getArgSVal(Idx), *I))
161 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion())
166 ValuesToInvalidate.push_back(getArgSVal(Idx));
195 SVal CallEvent::getArgSVal(unsigned Index) const {
301 SVal ArgVal = Call.getArgSVal(Idx);
    [all...]
ExprEngineCXX.cpp 61 SVal V = Call.getArgSVal(0);
BugReporterVisitors.cpp 362 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 236 virtual SVal getArgSVal(unsigned Index) const;
351 /// correspond with the argument value returned by \c getArgSVal(0).
    [all...]

Completed in 1745 milliseconds