Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h654 class SymbolVisitor {
656 ~SymbolVisitor() = default;
659 SymbolVisitor() = default;
660 SymbolVisitor(const SymbolVisitor &) = default;
661 SymbolVisitor(SymbolVisitor &&) {} in SymbolVisitor() function
665 SymbolVisitor &operator=(const SymbolVisitor &) = delete;
666 SymbolVisitor &operator=(SymbolVisitor &&) = delete;
H A DProgramState.h407 bool scanReachableSymbols(SVal val, SymbolVisitor& visitor) const;
412 SymbolVisitor &visitor) const;
891 SymbolVisitor &visitor;
893 ScanReachableSymbols(ProgramStateRef st, SymbolVisitor &v) in ScanReachableSymbols()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp151 class MarkLiveCallback final : public SymbolVisitor {
H A DProgramState.cpp671 bool ProgramState::scanReachableSymbols(SVal val, SymbolVisitor& visitor) const { in scanReachableSymbols()
678 SymbolVisitor &visitor) const { in scanReachableSymbols()
H A DExprEngine.cpp1688 class CollectReachableSymbolsCallback final : public SymbolVisitor { in escapeValues()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp255 class FindStackRegionsSymbolVisitor final : public SymbolVisitor {
H A DMallocChecker.cpp1087 class StopTrackingCallback final : public SymbolVisitor {
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp129 class StopTrackingCallback final : public SymbolVisitor {
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7674 …clang::ento::GRState::scanReachableSymbols(clang::ento::SVal, clang::ento::SymbolVisitor&) const"},
7677 …leSymbols(clang::ento::SVal const*, clang::ento::SVal const*, clang::ento::SymbolVisitor&) const"},
7678 …emRegion const* const*, clang::ento::MemRegion const* const*, clang::ento::SymbolVisitor&) const"},
8217 {"_ZN5clang4ento13SymbolVisitorD0Ev", "clang::ento::SymbolVisitor::~SymbolVisitor()"},
8218 {"_ZN5clang4ento13SymbolVisitorD1Ev", "clang::ento::SymbolVisitor::~SymbolVisitor()"},
8219 {"_ZN5clang4ento13SymbolVisitorD2Ev", "clang::ento::SymbolVisitor::~SymbolVisitor()"},
25287 {"_ZTVN5clang4ento13SymbolVisitorE", "vtable for clang::ento::SymbolVisitor"},