PIPS
IntrinsicEffectDescriptor Struct Reference

the following data structure describes an intrinsic function: its name and the function to apply on a call to this intrinsic to get the effects of the call More...

+ Collaboration diagram for IntrinsicEffectDescriptor:

Data Fields

string name
 
list(* f )()
 

Detailed Description

the following data structure describes an intrinsic function: its name and the function to apply on a call to this intrinsic to get the effects of the call

Definition at line 120 of file myintrinsics.c.

Field Documentation

◆ f

list(* IntrinsicEffectDescriptor::f) ()

Definition at line 122 of file myintrinsics.c.

Referenced by proper_comp_regions_of_intrinsic().

◆ name

string IntrinsicEffectDescriptor::name

Definition at line 121 of file myintrinsics.c.

Referenced by proper_comp_regions_of_intrinsic().


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