Lines Matching refs:x
88 bool operator()(T& x) { x = m_converter(x); return true; }
96 bool operator()(T& x) { x op m_operand; return true; } \
112 bool operator()(T& x) { result = preop x postop; return true; } \
127 bool operator()(T& x)
129 m_result = x;
130 if (x == m_comparand)
132 x = m_value;
154 …typename StorageSelecter<T>::Type x = reinterpret_cast<const volatile typename StorageSelecter<T>:…
155 return reinterpret_cast<T&>(x);
159 …typename StorageSelecter<T>::Type x = reinterpret_cast<const volatile typename StorageSelecter<T>:…
160 return reinterpret_cast<T&>(x);