GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
innermost_block_tracker Class Reference

#include "expression.h"

Public Member Functions

 innermost_block_tracker (innermost_block_tracker_types types=INNERMOST_BLOCK_FOR_SYMBOLS)
 
void update (const struct block *b, innermost_block_tracker_types t)
 
void update (const struct block_symbol &bs)
 
const struct blockblock () const
 

Private Attributes

innermost_block_tracker_types m_types
 
const struct blockm_innermost_block
 

Detailed Description

Definition at line 246 of file expression.h.

Constructor & Destructor Documentation

◆ innermost_block_tracker()

innermost_block_tracker::innermost_block_tracker ( innermost_block_tracker_types types = INNERMOST_BLOCK_FOR_SYMBOLS)
inline

Definition at line 249 of file expression.h.

Member Function Documentation

◆ block()

const struct block * innermost_block_tracker::block ( ) const
inline

◆ update() [1/2]

void innermost_block_tracker::update ( const struct block * b,
innermost_block_tracker_types t )

◆ update() [2/2]

void innermost_block_tracker::update ( const struct block_symbol & bs)
inline

Definition at line 264 of file expression.h.

References block_symbol::block, INNERMOST_BLOCK_FOR_SYMBOLS, and update().

Member Data Documentation

◆ m_innermost_block

const struct block* innermost_block_tracker::m_innermost_block
private

Definition at line 283 of file expression.h.

Referenced by block(), and update().

◆ m_types

innermost_block_tracker_types innermost_block_tracker::m_types
private

Definition at line 279 of file expression.h.

Referenced by update().


The documentation for this class was generated from the following files: