Searched refs:ArgSVal (Results 1 – 6 of 6) sorted by relevance
60 auto ArgSVal = Call.getArgSVal(0); in handleConstructorAndAssignment() local62 const auto *ArgMemRegion = ArgSVal.getAsRegion(); in handleConstructorAndAssignment()86 auto ArgQType = ArgSVal.getType(C.getASTContext()); in handleConstructorAndAssignment()
299 SVal ArgSVal = C.getSVal(ArgExpr); in checkPreStmt() local302 if (ArgSVal.isUndef()) in checkPreStmt()305 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()311 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
790 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local791 if (!ArgSVal) in checkPreCall()798 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()826 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
877 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local878 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
3160 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local3161 if (isa<Loc>(ArgSVal)) { in checkPreCall()3162 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()
1350 const auto ArgSVal = Call.getArgSVal(Constraint->getArgNo()); in checkPreCall() local1353 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()1355 if (BR.isInteresting(ArgSVal)) in checkPreCall()