Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h86 if (__tmp >= '0' && __tmp <= '7')
103 if (__tmp >= '0' && __tmp <= '9')
120 if (__tmp >= '0' && __tmp <= '9')
122 else if (__tmp >= 'a' && __tmp <= 'f')
124 else if (__tmp >= 'A' && __tmp <= 'F')
507 float __tmp;
527 } __tmp;
590 int __tmp;
649 float __tmp;
930 } __tmp;
[all …]
H A D__clang_cuda_intrinsics.h47 __Bits __tmp; \
48 memcpy(&__tmp, &__val, sizeof(__val)); \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
52 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
79 long long __tmp; \
82 __tmp = ::__FnName(__tmp, __offset, __width); \
133 __tmp.__a = ::__FnName(__mask, __tmp.__a, __offset, __width); \
134 __tmp.__b = ::__FnName(__mask, __tmp.__b, __offset, __width); \
136 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Du8path.h45 string __tmp(__f, __l); in u8path()
48 __w.reserve(__tmp.size()); in u8path()
49 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
66 string __tmp; in u8path() local
69 __tmp.push_back(*__f); in u8path()
72 __w.reserve(__tmp.size()); in u8path()
73 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
H A Dpath.h232 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
235 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
245 basic_string<_ECharT> __tmp;
247 __tmp.push_back(*__b);
250 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
253 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
305 __append_string(__dest, __tmp);
317 basic_string<char> __tmp;
319 __tmp.push_back(*__b);
896 __is >> std::__quoted(__tmp);
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h121 __bounded_iter __tmp(*this);
123 return __tmp;
131 __bounded_iter __tmp(*this);
133 return __tmp;
142 __bounded_iter __tmp(__self);
143 __tmp += __n;
144 return __tmp;
149 __tmp += __n;
150 return __tmp;
160 __tmp -= __n;
[all …]
H A Dreverse_iterator.h131 _Iter __tmp = current; variable
132 return *--__tmp;
156 return __tmp;
165 return __tmp;
188 auto __tmp = __i.base(); in iter_move() local
369 auto __tmp = __iter_; variable
370 return *--__tmp;
394 auto __tmp = *this; variable
396 return __tmp;
405 auto __tmp = *this; variable
[all …]
H A Diterator_with_data.h63 auto __tmp = *this; variable
65 return __tmp;
78 auto __tmp = *this; variable
80 return __tmp;
H A Dmove_iterator.h151 move_iterator __tmp(*this);
153 return __tmp;
183 move_iterator __tmp(*this);
185 return __tmp;
194 move_iterator __tmp(*this);
196 return __tmp;
H A Dwrap_iter.h57 __wrap_iter __tmp(*this);
59 return __tmp;
67 __wrap_iter __tmp(*this);
69 return __tmp;
H A Dcounted_iterator.h151 counted_iterator __tmp = *this;
153 return __tmp;
167 counted_iterator __tmp = *this;
169 return __tmp;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__coroutine/
H A Dcoroutine_handle.h49 coroutine_handle __tmp;
50 __tmp.__handle_ = __addr;
51 return __tmp;
104 coroutine_handle __tmp;
105 __tmp.__handle_ =
107 return __tmp;
119 coroutine_handle __tmp;
120 __tmp.__handle_ = __addr;
121 return __tmp;
/freebsd-14.2/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
224 if (__tmp == NULL) \
226 if ((cmp)(elm, __tmp) > 0){ \
227 SPLAY_ROTATE_LEFT(head, __tmp, field); \
250 if (__tmp == NULL) \
253 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
260 if (__tmp == NULL) \
[all …]
/freebsd-14.2/contrib/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
224 if (__tmp == NULL) \
226 if ((cmp)(elm, __tmp) > 0){ \
227 SPLAY_ROTATE_LEFT(head, __tmp, field); \
250 if (__tmp == NULL) \
253 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
260 if (__tmp == NULL) \
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dstrings.subr107 if [ ! "$__tmp" ]; then
129 __tmp="${__tmp#$__tbuf}"
134 local __tmp_size=${#__tmp}
150 __tmp="${__tmp%$__tbuf}"
154 __mask="$__tmp"
178 __tmp="${__tmp%"$__mask"}"
183 setvar "$__var_to_set" "$__tmp"
185 echo "$__tmp"
199 local __var_to_set="$1" __tmp
201 printf -v __tmp "$@"
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dday.h40 day __tmp = *this; variable
42 return __tmp;
49 day __tmp = *this; variable
51 return __tmp;
H A Dyear.h44 year __tmp = *this; variable
46 return __tmp;
53 year __tmp = *this; variable
55 return __tmp;
H A Dmonth.h40 month __tmp = *this; variable
42 return __tmp;
49 month __tmp = *this; variable
51 return __tmp;
H A Dweekday.h51 weekday __tmp = *this; variable
53 return __tmp;
60 weekday __tmp = *this; variable
62 return __tmp;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__numeric/
H A Dexclusive_scan.h32 _Tp __tmp(__b(__init, *__first)); in exclusive_scan()
39 __init = std::move(__tmp); in exclusive_scan()
40 __tmp = __b(__init, *__first); in exclusive_scan()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dsys-tree.h191 struct type *__tmp; \
221 if (__tmp == NULL) \
223 if ((cmp)(elm, __tmp) < 0){ \
224 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
231 if (__tmp == NULL) \
233 if ((cmp)(elm, __tmp) > 0){ \
234 SPLAY_ROTATE_LEFT(head, __tmp, field); \
257 if (__tmp == NULL) \
260 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
267 if (__tmp == NULL) \
[all …]
/freebsd-14.2/sys/sys/
H A Dtree.h201 struct type *__tmp; \
231 if (__tmp == NULL) \
233 if ((cmp)(elm, __tmp) < 0){ \
234 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
241 if (__tmp == NULL) \
243 if ((cmp)(elm, __tmp) > 0){ \
244 SPLAY_ROTATE_LEFT(head, __tmp, field); \
267 if (__tmp == NULL) \
270 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
277 if (__tmp == NULL) \
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h126 uint64_t __tmp = zfs_refcount_count(src); \
127 atomic_add_64(&(src)->rc_count, -__tmp); \
128 atomic_add_64(&(dst)->rc_count, __tmp); \
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h163 auto __tmp = *this; variable
164 __tmp.advance(__n);
165 return __tmp;
176 auto __tmp = *this; variable
177 __tmp.advance(-__n);
178 return __tmp;
H A Dchunk_by_view.h174 auto __tmp = *this; variable
176 return __tmp;
190 auto __tmp = *this; variable
192 return __tmp;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dany496 any __tmp;
497 __rhs.__call(_Action::_Move, &__tmp);
499 __tmp.__call(_Action::_Move, this);
528 if (__tmp == nullptr)
530 return static_cast<_ValueType>(*__tmp);
539 auto __tmp = std::any_cast<_RawValueType>(&__v);
540 if (__tmp == nullptr)
542 return static_cast<_ValueType>(*__tmp);
551 auto __tmp = std::any_cast<_RawValueType>(&__v);
552 if (__tmp == nullptr)
[all …]

123