Home
last modified time | relevance | path

Searched refs:_CALLC (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/basic/source/inc/
H A Dopcodes.hxx140 _CALLC, // Cdecl-DECLARE-Methode rufen (+StringID+Typ) enumerator
/AOO42X/main/basic/source/comp/
H A Dexprgen.cxx164 if( (eOp < _RTL || eOp > _CALLC) && eOp != _FIND_G && eOp != _FIND_CM ) in GenElement()
H A Ddim.cxx1032 SbiOpcode eOp = pDef->IsCdecl() ? _CALLC : _CALL; in DefDeclare()