Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp336 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); in checkPreStmt() local
339 if (ArgSVal.isUndef()) in checkPreStmt()
342 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
348 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
431 if (State->assume(ArgSVal.castAs<DefinedSVal>(), false) && in checkPreStmt()
DNullabilityChecker.cpp557 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local
558 if (!ArgSVal) in checkPreCall()
565 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()
582 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
DDynamicTypePropagation.cpp731 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local
732 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
DMallocChecker.cpp2209 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
2210 if (ArgSVal.getAs<Loc>()) { in checkPreCall()
2211 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()