Home | History | Annotate | Download | only in backward

Lines Matching refs:__x

99       operator()(char __x) const
100 { return __x; }
107 operator()(unsigned char __x) const
108 { return __x; }
115 operator()(unsigned char __x) const
116 { return __x; }
123 operator()(short __x) const
124 { return __x; }
131 operator()(unsigned short __x) const
132 { return __x; }
139 operator()(int __x) const
140 { return __x; }
147 operator()(unsigned int __x) const
148 { return __x; }
155 operator()(long __x) const
156 { return __x; }
163 operator()(unsigned long __x) const
164 { return __x; }