top
|
up
|
prev
|
next
DefaultInt1 Struct
Definition at line
156
of
BasicTypeOperation.hpp
Member Functions
std::unique_ptr<
Value
>
ConstructValue
(
const
std::vector<std::unique_ptr<
Value
>>& argumentValues,
const
Span& span,
const
boost::uuids::uuid& moduleId,
Value
* receiver)
static
void
*
Generate
(Emitter& emitter)
static
Member Function Details
ConstructValue Member Function
std::unique_ptr<
Value
> cmajor::symbols::DefaultInt1::ConstructValue(
const
std::vector<std::unique_ptr<
Value
>>& argumentValues,
const
Span& span,
const
boost::uuids::uuid& moduleId,
Value
* receiver)
static
Definition at line
159
of
BasicTypeOperation.hpp
:
159
{
return
std
::
unique_ptr
<
Value
>
(
new
BoolValue
(
span
,
moduleId
,
false
)
)
;
}
Generate Member Function
void
* cmajor::symbols::DefaultInt1::Generate(Emitter& emitter)
static
Definition at line
158
of
BasicTypeOperation.hpp
:
158
{
return
emitter
.
CreateDefaultIrValueForBool
(
)
;
}
top
|
up
|
prev
|
next