#include <Types.h>
Definition at line 285 of file Types.h.
◆ GlobalType() [1/2]
IR::GlobalType::GlobalType |
( |
| ) |
|
|
inline |
◆ GlobalType() [2/2]
IR::GlobalType::GlobalType |
( |
ValueType | inValueType, |
|
|
bool | inIsMutable ) |
|
inline |
◆ operator!=
Definition at line 294 of file Types.h.
294{ return left.valueType != right.valueType || left.isMutable != right.isMutable; }
◆ operator<=
Definition at line 295 of file Types.h.
295{ return left.valueType == right.valueType && left.isMutable == right.isMutable; }
◆ operator==
Definition at line 293 of file Types.h.
293{ return left.valueType == right.valueType && left.isMutable == right.isMutable; }
◆ operator>
Definition at line 296 of file Types.h.
296{ return !(left <= right); }
◆ isMutable
bool IR::GlobalType::isMutable |
◆ valueType
The documentation for this struct was generated from the following file:
- libraries/wasm-jit/Include/IR/Types.h