Searched defs:__tmp (Results 1 – 3 of 3) sorted by relevance
124 int __tmp, __rv; in __swp() local
247 _Self operator++(int) { _Self __tmp = *this; ++current; return __tmp; } variable248 _Self operator--(int) { _Self __tmp = *this; --current; return __tmp; } variable
151 void *__tmp; in __lwp_getprivate_fast() local