|
Jlm
|
Lambda operation. More...
#include <lambda.hpp>


Public Member Functions | |
| ~LambdaOperation () override | |
| LambdaOperation (std::shared_ptr< const FunctionType > type) | |
| const FunctionType & | type () const noexcept |
| const std::shared_ptr< const FunctionType > & | Type () const noexcept |
| std::string | debug_string () const override |
| bool | operator== (const Operation &other) const noexcept override |
| std::unique_ptr< Operation > | copy () const override |
Public Member Functions inherited from jlm::rvsdg::StructuralOperation | |
| bool | operator== (const Operation &other) const noexcept override |
Public Member Functions inherited from jlm::rvsdg::Operation | |
| virtual | ~Operation () noexcept |
| bool | operator!= (const Operation &other) const noexcept |
Private Attributes | |
| std::shared_ptr< const FunctionType > | type_ |
Lambda operation.
A lambda operation determines a lambda's function type.
Definition at line 28 of file lambda.hpp.
|
overridedefault |
|
explicit |
Definition at line 16 of file lambda.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Reimplemented in jlm::llvm::LlvmLambdaOperation.
Definition at line 34 of file lambda.cpp.
|
overridevirtual |
Implements jlm::rvsdg::Operation.
Reimplemented in jlm::llvm::LlvmLambdaOperation.
Definition at line 21 of file lambda.cpp.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Operation.
Definition at line 27 of file lambda.cpp.
|
inlinenoexcept |
Definition at line 36 of file lambda.hpp.
|
inlinenoexcept |
Definition at line 42 of file lambda.hpp.
|
private |
Definition at line 57 of file lambda.hpp.