YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Public Types | Data Fields
temp_result Struct Reference
Collaboration diagram for temp_result:
Collaboration graph

Public Types

enum  { LINK = 0 , FIXED = 1 , NO_INTERP = 2 }
 

Data Fields

enum temp_result:: { ... }  type
 
union { 
 
   struct { 
 
      struct link_data *   links 
 
      size_t   count 
 
   }   link 
 
   struct { 
 
      double   value 
 
   }   fixed 
 
data 
 
struct { 
 
   yac_int   global_id 
 
   size_t   local_id 
 
tgt 
 
int owner
 
size_t reorder_idx
 

Detailed Description

Definition at line 56 of file interp_method_file.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LINK 
FIXED 
NO_INTERP 

Definition at line 57 of file interp_method_file.c.

Field Documentation

◆ count

size_t temp_result::count

Definition at line 65 of file interp_method_file.c.

◆ [union]

union { ... } temp_result::data

◆ [struct]

struct { ... } temp_result::fixed

◆ global_id

yac_int temp_result::global_id

Definition at line 72 of file interp_method_file.c.

◆ [struct]

struct { ... } temp_result::link

◆ links

struct link_data* temp_result::links

Definition at line 64 of file interp_method_file.c.

◆ local_id

size_t temp_result::local_id

Definition at line 73 of file interp_method_file.c.

◆ owner

int temp_result::owner

Definition at line 75 of file interp_method_file.c.

◆ reorder_idx

size_t temp_result::reorder_idx

Definition at line 76 of file interp_method_file.c.

◆ [struct]

struct { ... } temp_result::tgt

◆ []

enum { ... } temp_result::type

◆ value

double temp_result::value

Definition at line 68 of file interp_method_file.c.


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