HomeSort by relevance Sort by last modified time
    Searched refs:getArgSVal (Results 1 - 11 of 11) 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();
BasicObjCFoundationChecks.cpp 185 if ((Arg != InvalidArgIndex) && isNil(msg.getArgSVal(Arg)))
632 if (msg.getArgSVal(I).getAs<loc::ConcreteInt>())
CallAndMessageChecker.cpp 298 if (PreVisitProcessArg(C, Call.getArgSVal(i), Call.getArgSourceRange(i),
MallocChecker.cpp 529 return !Call.getArgSVal(i).isZeroConstant();
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 97 if (isCallbackArg(getArgSVal(Idx), *I))
155 SVal V = getArgSVal(Idx);
224 SVal CallEvent::getArgSVal(unsigned Index) const {
296 SVal ArgVal = Call.getArgSVal(Idx);
    [all...]
ExprEngineCXX.cpp 75 SVal V = Call.getArgSVal(0);
BugReporterVisitors.cpp 351 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;
360 /// correspond with the argument value returned by \c getArgSVal(0).
    [all...]

Completed in 1584 milliseconds