mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
INT64 support in the interface browser.
This commit is contained in:
parent
08f09a097d
commit
9971e56451
68 changed files with 756 additions and 574 deletions
|
|
@ -15,7 +15,7 @@ import int32 OPC_BaseAlignment (OPT_Struct typ);
|
|||
import OPT_Object OPC_BaseTProc (OPT_Object obj);
|
||||
import void OPC_BegBlk (void);
|
||||
import void OPC_BegStat (void);
|
||||
import void OPC_Case (int32 caseVal, int16 form);
|
||||
import void OPC_Case (int64 caseVal, int16 form);
|
||||
import void OPC_Cmp (int16 rel);
|
||||
import void OPC_CompleteIdent (OPT_Object obj);
|
||||
import void OPC_Constant (OPT_Const con, int16 form);
|
||||
|
|
@ -37,8 +37,8 @@ import void OPC_Increment (BOOLEAN decrement);
|
|||
import void OPC_Indent (int16 count);
|
||||
import void OPC_Init (void);
|
||||
import void OPC_InitTDesc (OPT_Struct typ);
|
||||
import void OPC_IntLiteral (int32 n, int32 size);
|
||||
import void OPC_Len (OPT_Object obj, OPT_Struct array, int32 dim);
|
||||
import void OPC_IntLiteral (int64 n, int32 size);
|
||||
import void OPC_Len (OPT_Object obj, OPT_Struct array, int64 dim);
|
||||
import int32 OPC_NofPtrs (OPT_Struct typ);
|
||||
import void OPC_SetInclude (BOOLEAN exclude);
|
||||
import int32 OPC_SizeAlignment (int32 size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue