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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 253 SVal argV = CE.getArgSVal(i);
281 SVal argV = CE.getArgSVal(i);
NonNullParamChecker.cpp 96 SVal V = Call.getArgSVal(idx);
SimpleStreamChecker.cpp 155 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol();
CallAndMessageChecker.cpp 432 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...]
LocalizationChecker.cpp 716 SVal svTitle = msg.getArgSVal(argumentNumber);
771 SVal argValue = Call.getArgSVal(i);
    [all...]
DynamicTypePropagation.cpp 731 SVal ArgSVal = M.getArgSVal(i);
    [all...]
NullabilityChecker.cpp 557 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>();
    [all...]
MallocChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 104 if (getArgSVal(Idx).isZeroConstant())
179 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion())
184 ValuesToInvalidate.push_back(getArgSVal(Idx));
213 SVal CallEvent::getArgSVal(unsigned Index) const {
319 SVal ArgVal = Call.getArgSVal(Idx);
    [all...]
ExprEngineCXX.cpp 61 SVal V = Call.getArgSVal(0);
BugReporterVisitors.cpp 358 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 237 virtual SVal getArgSVal(unsigned Index) const;
359 /// correspond with the argument value returned by \c getArgSVal(0).
    [all...]

Completed in 346 milliseconds