systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
systemc_clang::BreakMatcher Class Reference

#include <SplitCFGBlock.h>

Inheritance diagram for systemc_clang::BreakMatcher:
Inheritance graph
[legend]
Collaboration diagram for systemc_clang::BreakMatcher:
Collaboration graph
[legend]

Public Member Functions

bool hasBreak () const
 
bool hasWait () const
 
void registerMatchers (MatchFinder &finder)
 
virtual void run (const MatchFinder::MatchResult &result)
 
void dump ()
 

Private Attributes

bool break_found_
 
bool wait_found_
 

Detailed Description

Definition at line 31 of file SplitCFGBlock.h.

Member Function Documentation

◆ dump()

void systemc_clang::BreakMatcher::dump ( )
inline

Definition at line 67 of file SplitCFGBlock.h.

◆ hasBreak()

bool systemc_clang::BreakMatcher::hasBreak ( ) const
inline

Definition at line 37 of file SplitCFGBlock.h.

◆ hasWait()

bool systemc_clang::BreakMatcher::hasWait ( ) const
inline

Definition at line 38 of file SplitCFGBlock.h.

◆ registerMatchers()

void systemc_clang::BreakMatcher::registerMatchers ( MatchFinder & finder)
inline

Definition at line 40 of file SplitCFGBlock.h.

◆ run()

virtual void systemc_clang::BreakMatcher::run ( const MatchFinder::MatchResult & result)
inlinevirtual

Definition at line 51 of file SplitCFGBlock.h.

Member Data Documentation

◆ break_found_

bool systemc_clang::BreakMatcher::break_found_
private

Definition at line 33 of file SplitCFGBlock.h.

◆ wait_found_

bool systemc_clang::BreakMatcher::wait_found_
private

Definition at line 34 of file SplitCFGBlock.h.


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