Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp330 SVal ArgSVal = State->getSVal(ArgExpr, C.getLocationContext()); in checkPreStmt() local
333 if (ArgSVal.isUndef()) in checkPreStmt()
336 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt()
342 if (!isBadDeallocationArgument(ArgSVal.getAsRegion())) in checkPreStmt()
425 if (State->assume(ArgSVal.castAs<DefinedSVal>(), false) && in checkPreStmt()
DMallocChecker.cpp1722 SVal ArgSVal = Call.getArgSVal(I); in checkPreCall() local
1723 if (ArgSVal.getAs<Loc>()) { in checkPreCall()
1724 SymbolRef Sym = ArgSVal.getAsSymbol(); in checkPreCall()