Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp336 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
341 if (!ArgSM) { in checkPreStmt()
348 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
382 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
392 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
403 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
413 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
418 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
433 Report->addVisitor(new SecKeychainBugVisitor(ArgSM)); in checkPreStmt()