Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp312 SymbolRef ArgSM = ArgSVal.getAsLocSymbol(); in checkPreStmt() local
317 if (!ArgSM) { in checkPreStmt()
324 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
357 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
367 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
378 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
388 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
393 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()