Searched refs:ArgSVal (Results 1 – 2 of 2) sorted by relevance
330 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); in checkPreStmt() local333 if (ArgSVal.isUndef()) in checkPreStmt()336 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()342 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()425 if (State->assume(ArgSVal.castAs<DefinedSVal>(), false) && in checkPreStmt()
1722 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local1723 if (ArgSVal.getAs<Loc>()) { in checkPreCall()1724 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()