Home
last modified time | relevance | path

Searched refs:__rt (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__support/ibm/
H A Dnanosleep.h41 int __rt = usleep(static_cast<unsigned int>(__micro_sec)); in nanosleep() local
42 if (__rt != 0 && __rem) { in nanosleep()
50 return __rt; in nanosleep()
/llvm-project/libcxx/include/
H A D__tree2105 __node_pointer __rt = __root();
2106 while (__rt != nullptr) {
2107 if (value_comp()(__k, __rt->__value_)) {
2108 __rt = static_cast<__node_pointer>(__rt->__left_);
2109 } else if (value_comp()(__rt->__value_, __k))
2110 __rt = static_cast<__node_pointer>(__rt->__right_);
2122 __node_pointer __rt = __root();
2123 while (__rt !
[all...]
H A Dfstream735 basic_filebuf<_CharT, _Traits>* __rt = nullptr;
737 __rt = this;
740 __rt = nullptr;
742 __rt = nullptr;
746 return __rt;
H A Dlocale3673 wbuffer_convert* __rt = nullptr;
3675 __rt = this;
3677 __rt = nullptr;
3679 return __rt;
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_texture_intrinsics.h207 #define __IMPL_F1(__rt, __dt, __args, __asm_op, __asm_outs, __asm_args) \
209 __device__ __rt __run<__dt>(cudaTextureObject_t __obj, __L(__args)) { \
210 __rt __r; \