systemc-clang 2.0.0
Parsing SystemC constructs
|
A container class to hold entry function information. More...
#include <map>
#include <string>
#include "FindNotify.h"
#include "SensitivityMatcher.h"
#include "FindWait.h"
#include "SuspensionAutomata.h"
#include "Utility.h"
Go to the source code of this file.
Classes | |
class | systemc_clang::EntryFunctionContainer |
Namespaces | |
namespace | clang |
Clang forward declarations. | |
namespace | systemc_clang |
Enumerations | |
enum class | systemc_clang::ASTSTATE { systemc_clang::EMPTY , systemc_clang::DECLSTMT , systemc_clang::MEMBEREXPR , systemc_clang::CXXOPERATORCALLEXPR , systemc_clang::CXXCONSTRUCTEXPR } |
enum class | systemc_clang::ReadWrite { systemc_clang::RWINIT , systemc_clang::READ , systemc_clang::WRITE } |
enum class | systemc_clang::PROCESS_TYPE { systemc_clang::NONE , systemc_clang::THREAD , systemc_clang::CTHREAD , systemc_clang::METHOD } |
A container class to hold entry function information.
Definition in file EntryFunctionContainer.h.