Lines Matching refs:eOp
199 void SbiParser::DefVar( SbiOpcode eOp, sal_Bool bStatic ) in DefVar() argument
285 if( eOp == _REDIM ) in DefVar()
286 eOp = _REDIMP; in DefVar()
317 if( pOld && !(eOp == _REDIM || eOp == _REDIMP) ) in DefVar()
326 if( !bRtlSym && (eOp == _REDIM || eOp == _REDIMP) ) in DefVar()
352 if( !bDefined && !(eOp == _REDIM || eOp == _REDIMP) in DefVar()
410 if( eOp == _REDIMP ) in DefVar()
472 if( eOp == _REDIM ) in DefVar()
485 else if( eOp == _REDIMP ) in DefVar()
497 aGen.Gen( (eOp == _STATIC) ? _DIM : eOp ); in DefVar()
775 SbiOpcode eOp = _GLOBAL; in DefEnum() local
780 eOp, pElem->GetId(), in DefEnum()
1034 SbiOpcode eOp = pDef->IsCdecl() ? _CALLC : _CALL; in DefDeclare() local
1040 aGen.Gen( eOp, nId, sal::static_int_cast< sal_uInt16 >( eType ) ); in DefDeclare()