Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp96 if (isCallbackArg(getArgSVal(Idx), *I)) in hasNonZeroCallbackArg()
161 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion()) in invalidateRegions()
166 ValuesToInvalidate.push_back(getArgSVal(Idx)); in invalidateRegions()
195 SVal CallEvent::getArgSVal(unsigned Index) const { in getArgSVal() function in CallEvent
301 SVal ArgVal = Call.getArgSVal(Idx); in addParameterValuesToBindings()
DExprEngineCXX.cpp61 SVal V = Call.getArgSVal(0); in performTrivialCopy()
DBugReporterVisitors.cpp362 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>(); in visitNodeMaybeUnsuppress()
1613 const MemRegion *ArgReg = Call->getArgSVal(Idx).getAsRegion(); in VisitNode()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp254 SVal argV = CE.getArgSVal(i); in checkPreCall()
282 SVal argV = CE.getArgSVal(i); in checkPostCall()
DNonNullParamChecker.cpp82 SVal V = Call.getArgSVal(idx); in checkPreCall()
DSimpleStreamChecker.cpp156 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall()
DBasicObjCFoundationChecks.cpp157 if (!State->isNull(msg.getArgSVal(Arg)).isConstrainedTrue()) in warnIfNilArg()
790 if (msg.getArgSVal(I).getAs<loc::ConcreteInt>()) in checkPreObjCMessage()
DCallAndMessageChecker.cpp425 if (PreVisitProcessArg(C, Call.getArgSVal(i), Call.getArgSourceRange(i), in checkPreCall()
DMallocChecker.cpp817 return !Call.getArgSVal(i).isZeroConstant(); in getFreeWhenDoneArg()
1887 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall()
2147 if (Call->getNumArgs() >= 4 && Call->getArgSVal(4).isConstant(0)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
DRetainCountChecker.cpp2853 SVal V = CallOrMsg.getArgSVal(idx); in processSummaryOfInlined()
2905 SVal V = CallOrMsg.getArgSVal(idx); in checkSummary()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h236 virtual SVal getArgSVal(unsigned Index) const;