Home
last modified time | relevance | path

Searched refs:getArgSVal (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp104 if (getArgSVal(Idx).isZeroConstant()) in hasNonNullArgumentsWithType()
179 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion()) in invalidateRegions()
184 ValuesToInvalidate.push_back(getArgSVal(Idx)); in invalidateRegions()
213 SVal CallEvent::getArgSVal(unsigned Index) const { in getArgSVal() function in CallEvent
319 SVal ArgVal = Call.getArgSVal(Idx); in addParameterValuesToBindings()
DExprEngineCXX.cpp61 SVal V = Call.getArgSVal(0); in performTrivialCopy()
DBugReporterVisitors.cpp358 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>(); in visitNodeMaybeUnsuppress()
1603 const MemRegion *ArgReg = Call->getArgSVal(Idx).getAsRegion(); in VisitNode()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp253 SVal argV = CE.getArgSVal(i); in checkPreCall()
281 SVal argV = CE.getArgSVal(i); in checkPostCall()
DNonNullParamChecker.cpp96 SVal V = Call.getArgSVal(idx); in checkPreCall()
DSimpleStreamChecker.cpp155 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall()
DLocalizationChecker.cpp716 SVal svTitle = msg.getArgSVal(argumentNumber); in checkPreObjCMessage()
771 SVal argValue = Call.getArgSVal(i); in checkPostCall()
DBasicObjCFoundationChecks.cpp157 if (!State->isNull(msg.getArgSVal(Arg)).isConstrainedTrue()) in warnIfNilArg()
790 if (msg.getArgSVal(I).getAs<loc::ConcreteInt>()) in checkPreObjCMessage()
DCallAndMessageChecker.cpp432 if (PreVisitProcessArg(C, Call.getArgSVal(i), Call.getArgSourceRange(i), in checkPreCall()
DDynamicTypePropagation.cpp731 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage()
DMallocChecker.cpp1017 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
2209 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall()
2484 if (Call->getNumArgs() >= 4 && Call->getArgSVal(4).isConstant(0)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
DNullabilityChecker.cpp557 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall()
DRetainCountChecker.cpp2947 SVal V = CallOrMsg.getArgSVal(idx); in processSummaryOfInlined()
3020 SVal V = CallOrMsg.getArgSVal(idx); in checkSummary()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h237 virtual SVal getArgSVal(unsigned Index) const;