Searched refs:_TP (Results 1 – 1 of 1) sorted by relevance
1037 # define _STLP_RELOPS_OPERATORS(_TMPL, _TP) \ argument1038 _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);}1043 # define _STLP_RELOPS_OPERATORS(_TMPL, _TP) argument