Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDStore.cpp537 SymbolRef SymV = val.getAsLocSymbol(); in HandleBinding() local
538 if (!SymV || SymV != Sym) in HandleBinding()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.cpp626 SymbolRef SymV = Val.getAsLocSymbol(); in HandleBinding() local
627 if (!SymV || SymV != Sym) in HandleBinding()