Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn() argument
155 switch( pReturnType->eTypeClass ) in MapReturn()
188 if (!arm::return_in_hidden_param(pReturnType)) in MapReturn()
205 typelib_TypeDescriptionReference * pReturnType,
215 typelib_TypeDescriptionReference * pReturnType, in callVirtualMethod() argument
255 MapReturn(r0, r1, pReturnType, (sal_uInt32*)pRegisterReturn); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx148 void MapReturn(sal_uInt32 r0, sal_uInt32 r1, typelib_TypeDescriptionReference * pReturnType, sal_uI… in MapReturn() argument
155 switch( pReturnType->eTypeClass ) in MapReturn()
188 if (!arm::return_in_hidden_param(pReturnType)) in MapReturn()
205 typelib_TypeDescriptionReference * pReturnType,
215 typelib_TypeDescriptionReference * pReturnType, in callVirtualMethod() argument
255 MapReturn(r0, r1, pReturnType, (sal_uInt32*)pRegisterReturn); in callVirtualMethod()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx640 typelib_TypeDescription * pReturnType = 0; in invoke() local
642 &pReturnType, getMethodTypeDescr()->pReturnTypeRef ); in invoke()
644 void * pUnoReturn = alloca( pReturnType->nSize ); in invoke()
718 TYPELIB_DANGER_RELEASE( pReturnType ); in invoke()
743 TYPELIB_DANGER_RELEASE( pReturnType ); in invoke()
777 &aRet, pUnoReturn, pReturnType, in invoke()
779 uno_destructData( pUnoReturn, pReturnType, 0 ); in invoke()
780 TYPELIB_DANGER_RELEASE( pReturnType ); in invoke()
/trunk/main/idlc/inc/idlc/
H A Dastoperation.hxx40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation() argument
44 , m_pReturnType(pReturnType) in AstOperation()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx502 typelib_TypeDescriptionReference *pReturnType, bool isArgFloat[4]) in findFirst4Win64ArgumentTypes() argument
516 if ( pReturnType && x86_64::return_in_hidden_param( pReturnType ) ) in findFirst4Win64ArgumentTypes()

Completed in 27 milliseconds