class StoreManager::BindingsHandler

Declaration

class StoreManager::BindingsHandler { /* full declaration omitted */ };

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:252

Method Overview

  • public virtual bool HandleBinding(clang::ento::StoreManager & SMgr, clang::ento::Store store, const clang::ento::MemRegion * region, clang::ento::SVal val)
  • public virtual ~BindingsHandler()

Methods

virtual bool HandleBinding(
    clang::ento::StoreManager& SMgr,
    clang::ento::Store store,
    const clang::ento::MemRegion* region,
    clang::ento::SVal val)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:257

Parameters

clang::ento::StoreManager& SMgr
clang::ento::Store store
const clang::ento::MemRegion* region
clang::ento::SVal val

Returns

whether the iteration should continue.

virtual ~BindingsHandler()

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:254