Home
last modified time | relevance | path

Searched refs:ArgSVal (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp328 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); in checkPreStmt() local
331 if (ArgSVal.isUndef()) in checkPreStmt()
334 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
340 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
423 if (State->assume(ArgSVal.castAs<DefinedSVal>(), false) && in checkPreStmt()
DNullabilityChecker.cpp688 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local
689 if (!ArgSVal) in checkPreCall()
696 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()
722 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
DDynamicTypePropagation.cpp756 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local
757 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
DMallocChecker.cpp2217 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
2218 if (ArgSVal.getAs<Loc>()) { in checkPreCall()
2219 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()