Searched defs:__tmp (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_pipeline.c197 unsigned short __tmp; local
236 START_FAST_MATH(__tmp);
246 END_FAST_MATH(__tmp);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h97 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } local
98 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } local
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h151 mapped_iterator __tmp = *this; local
153 return __tmp;
156 mapped_iterator __tmp = *this; local
158 return __tmp;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h165 mapped_iterator __tmp = *this; local
167 return __tmp;
170 mapped_iterator __tmp = *this; local
172 return __tmp;

Completed in 181 milliseconds