Home | History | Annotate | Download | only in impl

Lines Matching defs:__it

90     __stack_npt::const_iterator __it;
91 for (__it = __stack->begin(); __it != __stack->end(); ++__it)
92 std::fprintf(__f, "%p ", *__it);
106 __stack_npt::const_iterator __it;
107 for (__it = __s->begin(); __it != __s->end(); ++__it)
108 __index += reinterpret_cast<__UINTPTR_TYPE__>(*__it);