Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h666 class SymbolVisitor {
668 ~SymbolVisitor() = default;
671 SymbolVisitor() = default;
672 SymbolVisitor(const SymbolVisitor &) = default;
673 SymbolVisitor(SymbolVisitor &&) {} in SymbolVisitor() function
677 SymbolVisitor &operator=(const SymbolVisitor &) = delete;
678 SymbolVisitor &operator=(SymbolVisitor &&) = delete;
H A DProgramState.h404 bool scanReachableSymbols(SVal val, SymbolVisitor& visitor) const;
409 SymbolVisitor &visitor) const;
898 SymbolVisitor &visitor;
900 ScanReachableSymbols(ProgramStateRef st, SymbolVisitor &v) in ScanReachableSymbols()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp671 bool ProgramState::scanReachableSymbols(SVal val, SymbolVisitor& visitor) const { in scanReachableSymbols()
678 SymbolVisitor &visitor) const { in scanReachableSymbols()
H A DExprEngine.cpp1689 class CollectReachableSymbolsCallback final : public SymbolVisitor { in escapeValues()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp130 class StopTrackingCallback final : public SymbolVisitor {
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp977 class StopTrackingCallback final : public SymbolVisitor {