Home
last modified time | relevance | path

Searched refs:SbOP2_START (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/classes/
H A Ddisas.cxx446 if( eOp >= SbOP2_START ) in DisasLine()
447 n -= SbOP2_START; in DisasLine()
H A Dsbxmod.cxx1546 else if( eOp >= SbOP2_START && eOp <= SbOP2_END ) in FindNextStmnt()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx105 if( eOpcode < SbOP2_START || eOpcode > SbOP2_END ) in Gen()
402 else if( eOp >= SbOP2_START && eOp <= SbOP2_END ) in visitBuffer()
/trunk/main/basic/source/inc/
H A Dopcodes.hxx133 SbOP2_START = _RTL, enumerator
/trunk/main/basic/source/runtime/
H A Druntime.cxx744 else if (eOp >= SbOP2_START && eOp < SbOP2_END) in Step()
748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()

Completed in 28 milliseconds