|
Reduct
v4.1.3-1-gd06c383
A functional and immutable language.
|
Source position of a parallel instruction. More...
#include <function.h>
Data Fields | |
| uint32_t | modulePos |
| The index within the modules buffer that created the parallel instruction. | |
| reduct_module_id_t | moduleId |
| The ID of the module that the parallel instruction is associated with. | |
Source position of a parallel instruction.
Definition at line 54 of file function.h.
| uint32_t reduct_function_inst_source_t::modulePos |
The index within the modules buffer that created the parallel instruction.
Definition at line 56 of file function.h.
| reduct_module_id_t reduct_function_inst_source_t::moduleId |
The ID of the module that the parallel instruction is associated with.
Definition at line 57 of file function.h.