Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp305 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
310 if (!ArgSM) { in checkPreStmt()
317 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
349 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
359 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
370 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
380 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
385 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()