Changeset 122 in dev for BasicCompiler64/Opcode.h


Ignore:
Timestamp:
May 13, 2007, 1:50:02 PM (17 years ago)
Author:
dai_9181
Message:

(呼び出し単体コードも対応→)関数の戻り値オブジェクトのメンバ・メソッドを一時オブジェクトを介さずに参照できるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Opcode.h

    r111 r122  
    251251
    252252//NumOpe.cpp
     253bool TermOpe( const char *term, const Type &baseType, Type &resultType, bool &isLiteral, BOOL *pbUseHeap, bool *pIsClassName = NULL, bool isProcedureCallOnly = false );
    253254bool NumOpe( int *pReg,
    254255           const char *Command,
     
    297298//increment.cpp
    298299void IncDec(int idCalc, char *lpszLeft, char *lpszRight);
    299 
    300 //calc2.cpp
    301 #define EXP_TYPE_NUMBER 1
    302 #define EXP_TYPE_EAX    2
    303 #define EXP_TYPE_FPU    3
    304 #define EXP_TYPE_VAR    4
    305 int NumOpEx(char *Command,double *pDbl,DWORD *pdwType,RELATIVE_VAR *pRelativeVar);
    306300
    307301//Compile_Calc_PushVar.cpp
Note: See TracChangeset for help on using the changeset viewer.