Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp306 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
311 if (!ArgSM) { in checkPreStmt()
318 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
350 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
360 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
371 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
381 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
386 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()