#include <WasmDSL.hpp>
Definition at line 6430 of file WasmDSL.hpp.
◆ DoWhile() [1/4]
template<primitive_convertible C>
requires requires (C &&c) {
PrimitiveExpr<
bool, 1>(std::forward<C>(c)); }
m::wasm::DoWhile::DoWhile |
( |
std::string |
name, |
|
|
C && |
_cond |
|
) |
| |
|
inline |
◆ DoWhile() [2/4]
template<primitive_convertible C>
requires requires (C &&c) {
PrimitiveExpr<
bool, 1>(std::forward<C>(c)); }
m::wasm::DoWhile::DoWhile |
( |
const char * |
name, |
|
|
C && |
cond |
|
) |
| |
|
inline |
◆ DoWhile() [3/4]
m::wasm::DoWhile::DoWhile |
( |
const DoWhile & |
| ) |
|
|
delete |
◆ DoWhile() [4/4]
m::wasm::DoWhile::DoWhile |
( |
DoWhile && |
| ) |
|
|
default |
◆ ~DoWhile()
◆ body() [1/2]
Block & m::wasm::Loop::body |
( |
| ) |
|
|
inlineinherited |
◆ body() [2/2]
const Block & m::wasm::Loop::body |
( |
| ) |
const |
|
inlineinherited |
◆ name()
std::string m::wasm::Loop::name |
( |
| ) |
const |
|
inlineinherited |
◆ body_
Block m::wasm::Loop::body_ |
|
privateinherited |
◆ loop_
::wasm::Loop* m::wasm::Loop::loop_ = nullptr |
|
privateinherited |
The documentation for this struct was generated from the following files: