Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/classes/
H A Ddisas.cxx448 else if( eOp >= SbOP1_START ) in DisasLine()
449 n -= SbOP1_START; in DisasLine()
H A Dsbxmod.cxx1534 else if( eOp >= SbOP1_START && eOp <= SbOP1_END ) in FindNextStmnt()
/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx92 if( eOpcode < SbOP1_START || eOpcode > SbOP1_END ) in Gen()
394 else if( eOp >= SbOP1_START && eOp <= SbOP1_END ) in visitBuffer()
/aoo41x/main/basic/source/inc/
H A Dopcodes.hxx99 SbOP1_START = _NUMBER, enumerator
/aoo41x/main/basic/source/runtime/
H A Druntime.cxx738 else if (eOp >= SbOP1_START && eOp < SbOP1_END) in Step()
742 (this->*( aStep1[ eOp - SbOP1_START ] ) )( nOp1 ); in Step()

Completed in 117 milliseconds