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 75 SVal V = Call.getArgSVal(idx);
ObjCSelfInitChecker.cpp 256 SVal argV = CE.getArgSVal(i);
284 SVal argV = CE.getArgSVal(i);
SimpleStreamChecker.cpp 156 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol();
CallAndMessageChecker.cpp 321 if (PreVisitProcessArg(C, Call.getArgSVal(i), Call.getArgSourceRange(i),
BasicObjCFoundationChecks.cpp 142 if (!State->isNull(msg.getArgSVal(Arg)).isConstrainedTrue())
747 if (msg.getArgSVal(I).getAs<loc::ConcreteInt>())
    [all...]
MallocChecker.cpp 706 return !Call.getArgSVal(i).isZeroConstant();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 97 if (isCallbackArg(getArgSVal(Idx), *I))
157 ConstValues.push_back(getArgSVal(Idx));
159 ValuesToInvalidate.push_back(getArgSVal(Idx));
188 SVal CallEvent::getArgSVal(unsigned Index) const {
283 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 243 virtual SVal getArgSVal(unsigned Index) const;
355 /// correspond with the argument value returned by \c getArgSVal(0).
    [all...]

Completed in 162 milliseconds