/external/llvm-project/clang/lib/Headers/ |
D | ptwriteintrin.h | 22 _ptwrite32(unsigned int __value) { in _ptwrite32() 29 _ptwrite64(unsigned long long __value) { in _ptwrite64()
|
D | movdirintrin.h | 19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32() 29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64()
|
D | unwind.h | 213 _Unwind_Word __value; in _Unwind_GetGR() local 220 _Unwind_Word __value) { in _Unwind_SetGR() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
|
D | htmxlintrin.h | 236 __TM_non_transactional_store (void* const __addr, long long const __value) in __TM_non_transactional_store()
|
D | vecintrin.h | 1575 unsigned char __value = (__bit1 <= __bit2 ? in vec_genmasks_8() local 1588 unsigned short __value = (__bit1 <= __bit2 ? in vec_genmasks_16() local 1601 unsigned int __value = (__bit1 <= __bit2 ? in vec_genmasks_32() local 1614 unsigned long long __value = (__bit1 <= __bit2 ? in vec_genmasks_64() local
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_ptrauth.h | 16 #define ptrauth_strip(__value, __key) __value argument 17 #define ptrauth_auth_data(__value, __old_key, __old_data) __value argument
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | utils.h | 114 …__equal_value_by_pred(const _Tp& __value, _Predicate __pred) : _M_value(__value), _M_pred(__pred) … in __equal_value_by_pred() 131 explicit __equal_value(const _Tp& __value) : _M_value(__value) {} in __equal_value() 148 explicit __not_equal_value(const _Tp& __value) : _M_value(__value) {} in __not_equal_value()
|
D | glue_memory_impl.h | 169 …l(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in uninitialized_fill() 199 …tialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __value) in uninitialized_fill_n()
|
D | glue_algorithm_impl.h | 102 …d(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in find() 186 …t(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in count() 233 const _Tp& __value, _BinaryPredicate __pred) in search_n() 244 const _Tp& __value) in search_n() 414 …l(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in fill() 424 fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __count, const _Tp& __value) in fill_n() 472 const _Tp& __value) in remove_copy() 490 …e(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in remove()
|
D | algorithm_impl.h | 599 … _Size __count, const _Tp& __value, _BinaryPredicate __pred, _IsVector __is_vector) noexcept in __find_subrange() 790 …rick_search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value, in __brick_search_n() 798 …rick_search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value, in __brick_search_n() 808 const _Tp& __value, _BinaryPredicate __pred, _IsVector __is_vector, in __pattern_search_n() 818 … _Size __count, const _Tp& __value, _BinaryPredicate __pred, _IsVector __is_vector, in __pattern_search_n() 2411 __brick_fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, in __brick_fill() 2419 __brick_fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, in __brick_fill() 2427 …ern_fill(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, in __pattern_fill() 2435 …l(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, in __pattern_fill() 2449 __brick_fill_n(_OutputIterator __first, _Size __count, const _Tp& __value, /* __is_vector = */ std:… in __brick_fill_n() [all …]
|
D | unseq_backend_simd.h | 360 __simd_fill_n(_Index __first, _DifferenceType __n, const _Tp& __value) noexcept in __simd_fill_n() 535 _Tp __value; member
|
/external/clang/lib/Headers/ |
D | unwind.h | 184 _Unwind_Word __value; in _Unwind_GetGR() local 191 _Unwind_Word __value) { in _Unwind_SetGR() 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
|
D | htmxlintrin.h | 254 __TM_non_transactional_store (void* const __addr, long long const __value) in __TM_non_transactional_store()
|
D | vecintrin.h | 1116 unsigned char __value = (__bit1 <= __bit2 ? in vec_genmasks_8() local 1129 unsigned short __value = (__bit1 <= __bit2 ? in vec_genmasks_16() local 1142 unsigned int __value = (__bit1 <= __bit2 ? in vec_genmasks_32() local 1155 unsigned long long __value = (__bit1 <= __bit2 ? in vec_genmasks_64() local
|
/external/clang/test/PCH/ |
D | cxx-traits.h | 7 enum { __value }; enumerator 12 enum { __value }; enumerator
|
/external/llvm-project/clang/test/PCH/ |
D | cxx-traits.h | 7 enum { __value }; enumerator 12 enum { __value }; enumerator
|
/external/rust/crates/serde_derive/src/ |
D | de.rs | 1892 let __value: _serde::__private::Result<#field_ty, _> = #path(#deserializer); in deserialize_untagged_newtype_variant() localVariable 2120 let __value = &_serde::__private::from_utf8_lossy(__value); in deserialize_identifier() localVariable 2132 …let __value = _serde::__private::de::Content::String(_serde::__private::ToString::to_string(__valu… in deserialize_identifier() localVariable 2135 let __value = _serde::__private::de::Content::Str(__value); in deserialize_identifier() localVariable 2138 let __value = _serde::__private::de::Content::ByteBuf(__value.to_vec()); in deserialize_identifier() localVariable 2141 let __value = _serde::__private::de::Content::Bytes(__value); in deserialize_identifier() localVariable
|
/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 2142 } __value; member
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 184 enum { __value = 1 }; enumerator 234 enum { __value = 0 }; enumerator
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle.cpp | 184 enum { __value = 1 }; enumerator 234 enum { __value = 0 }; enumerator
|