Home
last modified time | relevance | path

Searched refs:_TP (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/config/
Dfeatures.h1043 # define _STLP_RELOPS_OPERATORS(_TMPL, _TP) \ argument
1044 _TMPL inline bool _STLP_CALL operator!=(const _TP& __x, const _TP& __y) {return !(__x == __y);}\
1045 _TMPL inline bool _STLP_CALL operator>(const _TP& __x, const _TP& __y) {return __y < __x;}\
1046 _TMPL inline bool _STLP_CALL operator<=(const _TP& __x, const _TP& __y) { return !(__y < __x);}\
1047 _TMPL inline bool _STLP_CALL operator>=(const _TP& __x, const _TP& __y) { return !(__x < __y);}
1049 # define _STLP_RELOPS_OPERATORS(_TMPL, _TP) argument
/external/libunwind/doc/
Dlibunwind-ia64.tex164 \item[\Const{UNW\_IA64\_TP}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+13},