Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp313 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
318 if (!ArgSM) { in checkPreStmt()
325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
358 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
368 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
379 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
389 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
394 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()