Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp338 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); in checkPreStmt() local
341 if (ArgSVal.isUndef()) in checkPreStmt()
344 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
350 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
433 if (State->assume(ArgSVal.castAs<DefinedSVal>(), false) && in checkPreStmt()
DMallocChecker.cpp2199 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
2200 if (ArgSVal.getAs<Loc>()) { in checkPreCall()
2201 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()