Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/Headers/
Darm_acle.h142 __clz(uint32_t __t) { in __clz()
147 __clzl(unsigned long __t) { in __clzl()
152 __clzll(uint64_t __t) { in __clzll()
158 __rev(uint32_t __t) { in __rev()
163 __revl(unsigned long __t) { in __revl()
172 __revll(uint64_t __t) { in __revll()
178 __rev16(uint32_t __t) { in __rev16()
183 __rev16ll(uint64_t __t) { in __rev16ll()
188 __rev16l(unsigned long __t) { in __rev16l()
198 __revsh(int16_t __t) { in __revsh()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-reserved-identifier-invert.cpp44 ref(_Tp &__t) noexcept { in ref()
50 ref(reference_wrapper<_Tp> __t) noexcept { in ref()
66 cref(reference_wrapper<const _Tp> __t) noexcept { in cref()
Dperformance-move-const-arg-trivially-copyable.cpp13 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move()
19 forward(typename remove_reference<_Tp>::type &__t) noexcept { in forward()
Dperformance-move-const-arg.cpp23 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move()
29 forward(typename remove_reference<_Tp>::type &__t) noexcept { in forward()
Dperformance-for-range-copy.cpp13 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) { in move()
Dbugprone-use-after-move.cpp87 constexpr typename std::remove_reference<_Tp>::type &&move(_Tp &&__t) noexcept { in move()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/system/
Dsystem-header.h23 ref(_Tp &__t) noexcept { in ref()
29 ref(reference_wrapper<_Tp> __t) noexcept { in ref()
/external/libcxx/src/support/win32/
Dthread_win32.cpp192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull()
196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create()
217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id()
222 int __libcpp_thread_join(__libcpp_thread_t *__t) in __libcpp_thread_join()
231 int __libcpp_thread_detach(__libcpp_thread_t *__t) in __libcpp_thread_detach()
/external/llvm-project/libcxx/src/support/win32/
Dthread_win32.cpp191 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull()
195 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create()
216 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id()
221 int __libcpp_thread_join(__libcpp_thread_t *__t) in __libcpp_thread_join()
230 int __libcpp_thread_detach(__libcpp_thread_t *__t) in __libcpp_thread_detach()
/external/llvm-project/clang/lib/Headers/
Darm_acle.h142 __clz(uint32_t __t) { in __clz()
147 __clzl(unsigned long __t) { in __clzl()
152 __clzll(uint64_t __t) { in __clzll()
158 __cls(uint32_t __t) { in __cls()
163 __clsl(unsigned long __t) { in __clsl()
172 __clsll(uint64_t __t) { in __clsll()
178 __rev(uint32_t __t) { in __rev()
183 __revl(unsigned long __t) { in __revl()
192 __revll(uint64_t __t) { in __revll()
198 __rev16(uint32_t __t) { in __rev16()
[all …]
D__clang_cuda_math.h206 __DEVICE__ double norm(int __dim, const double *__t) { in norm()
225 __DEVICE__ float normf(int __dim, const float *__t) { in normf()
270 __DEVICE__ float rnormf(int __dim, const float *__t) { in rnormf()
/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc55 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in forward()
66 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept in forward()
78 move(_Tp&& __t) noexcept in move()
203 __get_helper(const _Tuple_impl<__i, _Head, _Tail...>& __t) noexcept in __get_helper()
213 get(const tuple<_Elements...>& __t) noexcept in get()
/external/llvm-project/clang/test/CodeGen/
Dmips-constraint-regs.c14 int __t; in main() local
Dbuiltin-preserve-access-index-typedef.c7 } __t; typedef
/external/clang/test/CodeGen/
Dmips-constraint-regs.c14 int __t; in main() local
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift92 private var __t: Table variable
164 private var __t: Table variable
DFlatBuffersUnionTests.swift167 private var __t: Table variable
199 private var __t: Table variable
DFlatBuffersTests.swift74 private var __t: Table variable
DFlatBuffersVectorsTests.swift80 private var __t: Table variable
/external/llvm-project/pstl/include/pstl/internal/
Dparallel_backend_tbb.h464 spawn(__task* __t) in spawn()
533 auto __t = in allocate_func_task() local
556 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)); in make_continuation() local
566 auto __t = allocate_func_task(std::forward<_Fn&&>(__f)); in make_child_of() local
575 auto __t = make_child_of(__parent, std::forward<_Fn>(__f)); in make_additional_child_of() local
595 spawn(__task* __t) in spawn()
Dunseq_backend_simd.h413 const _DifferenceType __t = __pred(*(__first + __i), *(__first + __i + 1)); in __simd_adjacent_find() local
/external/llvm-project/clang/test/Sema/
Dbuiltins-bpf.c16 } __t; typedef
/external/blktrace/
Dblkparse.c803 struct trace *__t; in trace_rb_insert() local
863 struct trace *__t; in trace_rb_find() local
2018 struct trace *__t; in check_cpu_map() local
2057 struct trace *__t; in check_sequence() local