Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp335 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
340 if (!ArgSM) { in checkPreStmt()
347 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
381 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
391 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
402 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
412 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
417 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
432 Report->addVisitor(new SecKeychainBugVisitor(ArgSM)); in checkPreStmt()