Lambda operation.
More...
#include <lambda.hpp>
Lambda operation.
A lambda operation determines a lambda's function type.
Definition at line 28 of file lambda.hpp.
◆ ~LambdaOperation()
| jlm::rvsdg::LambdaOperation::~LambdaOperation |
( |
| ) |
|
|
overridedefault |
◆ LambdaOperation()
| jlm::rvsdg::LambdaOperation::LambdaOperation |
( |
std::shared_ptr< const FunctionType > |
type | ) |
|
|
explicit |
◆ copy()
◆ debug_string()
| std::string jlm::rvsdg::LambdaOperation::debug_string |
( |
| ) |
const |
|
overridevirtual |
◆ operator==()
| bool jlm::rvsdg::LambdaOperation::operator== |
( |
const Operation & |
other | ) |
const |
|
overridevirtualnoexcept |
◆ type()
| const FunctionType& jlm::rvsdg::LambdaOperation::type |
( |
| ) |
const |
|
inlinenoexcept |
◆ Type()
| const std::shared_ptr<const FunctionType>& jlm::rvsdg::LambdaOperation::Type |
( |
| ) |
const |
|
inlinenoexcept |
◆ type_
| std::shared_ptr<const FunctionType> jlm::rvsdg::LambdaOperation::type_ |
|
private |
The documentation for this class was generated from the following files: