Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaggedUnionModeling.h60 auto ArgSVal = Call.getArgSVal(0); in handleConstructorAndAssignment() local
62 const auto *ArgMemRegion = ArgSVal.getAsRegion(); in handleConstructorAndAssignment()
86 auto ArgQType = ArgSVal.getType(C.getASTContext()); in handleConstructorAndAssignment()
H A DMacOSKeychainAPIChecker.cpp299 SVal ArgSVal = C.getSVal(ArgExpr); in checkPreStmt() local
302 if (ArgSVal.isUndef()) in checkPreStmt()
305 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
311 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
H A DNullabilityChecker.cpp790 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local
791 if (!ArgSVal) in checkPreCall()
798 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()
826 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
H A DDynamicTypePropagation.cpp877 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local
878 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
H A DMallocChecker.cpp3160 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
3161 if (isa<Loc>(ArgSVal)) { in checkPreCall()
3162 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()
H A DStdLibraryFunctionsChecker.cpp1350 const auto ArgSVal = Call.getArgSVal(Constraint->getArgNo()); in checkPreCall() local
1353 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()
1355 if (BR.isInteresting(ArgSVal)) in checkPreCall()