Home
last modified time | relevance | path

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

/src/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.cpp300 SVal ArgSVal = C.getSVal(ArgExpr); in checkPreStmt() local
303 if (ArgSVal.isUndef()) in checkPreStmt()
306 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
312 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
H A DNullabilityChecker.cpp788 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local
789 if (!ArgSVal) in checkPreCall()
796 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()
825 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
H A DDynamicTypePropagation.cpp874 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local
875 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
H A DMallocChecker.cpp2958 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
2959 if (isa<Loc>(ArgSVal)) { in checkPreCall()
2960 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()
H A DStdLibraryFunctionsChecker.cpp1349 const auto ArgSVal = Call.getArgSVal(Constraint->getArgNo()); in checkPreCall() local
1352 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()
1354 if (BR.isInteresting(ArgSVal)) in checkPreCall()