Searched defs:_STLP_CALL (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_dm.h109 # define _STLP_CALL __export macro
111 # define _STLP_CALL macro
114 # define _STLP_CALL macro
H A D_watcom.h29 #define _STLP_CALL __cdecl macro
H A D_bc.h126 # define _STLP_CALL __cdecl __export macro
128 # define _STLP_CALL __cdecl macro
131 # define _STLP_CALL __cdecl macro
H A D_gcc.h60 # define _STLP_CALL macro
H A D_msvc.h41 #define _STLP_CALL __cdecl macro
H A Dfeatures.h993 #if !defined (_STLP_CALL)
994 # define _STLP_CALL macro
1038 _TMPL inline bool _STLP_CALL operator!=(const _TP& __x, const _TP& __y) {return !(__x == __y);}\
1039 _TMPL inline bool _STLP_CALL operator>(const _TP& __x, const _TP& __y) {return __y < __x;}\
1040 _TMPL inline bool _STLP_CALL operator<=(const _TP& __x, const _TP& __y) { return !(__y < __x);}\
1041 _TMPL inline bool _STLP_CALL operator>=(const _TP& __x, const _TP& __y) { return !(__x < __y);}
1066 void _STLP_DECLSPEC _STLP_CALL _STLP_CHECK_RUNTIME_COMPATIBILITY();
/external/stlport/test/eh/
H A DPrefix.h56 #ifndef _STLP_CALL
57 # define _STLP_CALL macro
160 template <class _T1> inline bool _STLP_CALL operator==(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return true; }
161 template <class _T1> inline bool _STLP_CALL operator!=(const EH_allocator<_T1>&, const EH_allocator<_T1>&) { return false; }
167 inline EH_allocator<_Tp2>& _STLP_CALL
170 inline EH_allocator<_Tp2> _STLP_CALL

Completed in 85 milliseconds