Searched refs:__rt (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/ |
| H A D | nanosleep.h | 41 int __rt = usleep(static_cast<unsigned int>(__micro_sec)); in nanosleep() local 42 if (__rt != 0 && __rem) { in nanosleep() 50 return __rt; in nanosleep()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __tree | 1909 __node_pointer __rt = __root(); 1910 while (__rt != nullptr) { 1911 if (value_comp()(__k, __rt->__value_)) { 1912 __rt = static_cast<__node_pointer>(__rt->__left_); 1913 } else if (value_comp()(__rt->__value_, __k)) 1914 __rt = static_cast<__node_pointer>(__rt->__right_); 1926 __node_pointer __rt = __root(); 1927 while (__rt != nullptr) { 1928 if (value_comp()(__k, __rt->__value_)) { 1929 __result = static_cast<__iter_pointer>(__rt); [all …]
|
| H A D | fstream | 674 basic_filebuf<_CharT, _Traits>* __rt = nullptr; 676 __rt = this; 679 __rt = nullptr; 681 __rt = nullptr; 685 return __rt;
|
| H A D | locale | 3704 wbuffer_convert* __rt = nullptr; 3706 __rt = this; 3708 __rt = nullptr; 3710 return __rt;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __tree | 2013 __node_pointer __rt = __root(); 2014 while (__rt != nullptr) { 2015 if (value_comp()(__k, __rt->__value_)) { 2016 __rt = static_cast<__node_pointer>(__rt->__left_); 2017 } else if (value_comp()(__rt->__value_, __k)) 2018 __rt = static_cast<__node_pointer>(__rt->__right_); 2030 __node_pointer __rt = __root(); 2031 while (__rt != nullptr) { 2032 if (value_comp()(__k, __rt->__value_)) { 2033 __result = static_cast<__end_node_pointer>(__rt); [all …]
|
| H A D | fstream | 744 basic_filebuf<_CharT, _Traits>* __rt = nullptr; 746 __rt = this; 749 __rt = nullptr; 751 __rt = nullptr; 755 return __rt;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 411 wbuffer_convert* __rt = nullptr; in __close() local 413 __rt = this; in __close() 415 __rt = nullptr; in __close() 417 return __rt; in __close()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_texture_intrinsics.h | 280 #define __IMPL_F1(__rt, __dt, __args, __asm_op, __asm_outs, __asm_args) \ 282 __device__ __rt __run<__dt>(cudaTextureObject_t __obj, __L(__args)) { \ 283 __rt __r; \
|