Home
last modified time | relevance | path

Searched refs:SbiOpcode (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/basic/source/comp/
H A Dcodegen.cxx78 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode ) in Gen()
89 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode, sal_uInt32 nOpnd ) in Gen()
102 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode, sal_uInt32 nOpnd1, sal_uInt32 nOpnd2 ) in Gen()
352 virtual void processOpCode0( SbiOpcode eOp ) = 0;
353 virtual void processOpCode1( SbiOpcode eOp, T nOp1 ) = 0;
354 virtual void processOpCode2( SbiOpcode eOp, T nOp1, T nOp2 ) = 0;
390 SbiOpcode eOp = (SbiOpcode)(*pCode++); in visitBuffer()
428 virtual void processOpCode0( SbiOpcode /*eOp*/ ){ ++m_nNumOp0; } in processOpCode0() argument
456 virtual void processOpCode0( SbiOpcode eOp ) in processOpCode0()
460 virtual void processOpCode1( SbiOpcode eOp, T nOp1 ) in processOpCode1()
[all …]
H A Dexprgen.cxx34 SbiOpcode eOp; // Opcode
87 SbiOpcode eOp; in Gen()
163 void SbiExprNode::GenElement( SbiOpcode eOp ) in GenElement()
H A Ddim.cxx199 void SbiParser::DefVar( SbiOpcode eOp, sal_Bool bStatic ) in DefVar()
356 SbiOpcode eOp2; in DefVar()
433 SbiOpcode eOp_ = pDef->IsNew() ? _CREATE : _TCREATE; in DefVar()
775 SbiOpcode eOp = _GLOBAL; in DefEnum()
1034 SbiOpcode eOp = pDef->IsCdecl() ? _CALLC : _CALL; in DefDeclare()
H A Dloops.cxx335 SbiOpcode eOp = eCurTok == GOTO ? _JUMP : _GOSUB; in Goto()
H A Dparser.cxx541 SbiOpcode eOp = _PUT; in Symbol()
/aoo42x/main/basic/source/inc/
H A Dcodegen.hxx44 sal_uInt32 Gen( SbiOpcode );
45 sal_uInt32 Gen( SbiOpcode, sal_uInt32 );
46 sal_uInt32 Gen( SbiOpcode, sal_uInt32, sal_uInt32 );
H A Ddisas.hxx38 SbiOpcode eOp; // Opcode
H A Dopcodes.hxx36 enum SbiOpcode { enum
H A Dparser.hxx54 void DefVar( SbiOpcode eOp, sal_Bool bStatic ); // DIM/REDIM einlesen
H A Dexpr.hxx122 void GenElement( SbiOpcode ); // Element
/aoo42x/main/basic/source/runtime/
H A Druntime.cxx732 SbiOpcode eOp = (SbiOpcode ) ( *pCode++ ); in Step()
/aoo42x/main/basic/source/classes/
H A Ddisas.cxx295 eOp = (SbiOpcode) ( *p++ & 0xFF ); in Fetch()
H A Dsbxmod.cxx1525 SbiOpcode eOp = (SbiOpcode ) ( *p++ ); in FindNextStmnt()

Completed in 90 milliseconds