Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp307 SVal ArgSVal = C.getSVal(ArgExpr); in checkPreStmt() local
310 if (ArgSVal.isUndef()) in checkPreStmt()
313 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
319 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
H A DNullabilityChecker.cpp753 auto ArgSVal = Call.getArgSVal(Idx++).getAs<DefinedOrUnknownSVal>(); in checkPreCall() local
754 if (!ArgSVal) in checkPreCall()
761 NullConstraint Nullness = getNullConstraint(*ArgSVal, State); in checkPreCall()
790 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall()
H A DDynamicTypePropagation.cpp876 SVal ArgSVal = M.getArgSVal(i); in checkPreObjCMessage() local
877 SymbolRef ArgSym = ArgSVal.getAsSymbol(); in checkPreObjCMessage()
H A DMallocChecker.cpp2901 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
2902 if (isa<Loc>(ArgSVal)) { in checkPreCall()
2903 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()
H A DStdLibraryFunctionsChecker.cpp1002 const auto ArgSVal = Call.getArgSVal(Constraint->getArgNo()); in checkPreCall() local
1005 C.getNoteTag([Msg = std::move(Msg), ArgSVal]( in checkPreCall()
1007 if (BR.isInteresting(ArgSVal)) in checkPreCall()