Reduct  v4.1.3-1-gd06c383
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_function_inst_source_t Struct Reference

Source position of a parallel instruction. More...

#include <function.h>

Collaboration diagram for reduct_function_inst_source_t:

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.
 

Detailed Description

Source position of a parallel instruction.

Definition at line 54 of file function.h.

Field Documentation

◆ modulePos

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.

◆ moduleId

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.


The documentation for this struct was generated from the following file: