Unit 'Symbolic' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] [#symbolic]

VLIWEvalword

Declaration

Source position: symbolic.pas line 176

type VLIWEvalword = record

  case VLIWEntity: VLIWWordtype of

    AVariable: (

        IndexOfVar: ArbInt;

      );

    AnOperation: (

        op: vliwop2;

      );

    AFunction: (

        fun1: FuncOp;

      );

    AiConstant: (

        ivalue: ArbInt;

      );

    AfConstant: (

        value: ArbFloat;

      );

    placeholder: (

        IndexOfConstant: ArbInt;

      );

end;


Documentation generated on: 2023-03-18