|
Jlm
|
#include <TestOperations.hpp>


Public Member Functions | |
| TestNullaryOperation (const std::shared_ptr< const Type > &resultType) | |
| bool | operator== (const Operation &other) const noexcept override |
| std::string | debug_string () const override |
| std::unique_ptr< Operation > | copy () const override |
Public Member Functions inherited from jlm::rvsdg::NullaryOperation | |
| ~NullaryOperation () noexcept override | |
| NullaryOperation (std::shared_ptr< const Type > resultType) | |
Public Member Functions inherited from jlm::rvsdg::SimpleOperation | |
| ~SimpleOperation () noexcept override | |
| SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type >> results) | |
| size_t | narguments () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | argument (size_t index) const noexcept |
| size_t | nresults () const noexcept |
| const std::shared_ptr< const rvsdg::Type > & | result (size_t index) const noexcept |
Public Member Functions inherited from jlm::rvsdg::Operation | |
| virtual | ~Operation () noexcept |
| bool | operator!= (const Operation &other) const noexcept |
Definition at line 16 of file TestOperations.hpp.
|
inlineexplicit |
Definition at line 19 of file TestOperations.hpp.
|
inlineoverridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 37 of file TestOperations.hpp.
|
inlineoverridevirtual |
Implements jlm::rvsdg::Operation.
Definition at line 31 of file TestOperations.hpp.
|
inlineoverridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 24 of file TestOperations.hpp.