/external/llvm-project/clang/lib/Headers/ |
D | sgxintrin.h | 26 unsigned int __result; in _enclu_u32() local 37 unsigned int __result; in _encls_u32() local 48 unsigned int __result; in _enclv_u32() local
|
D | pconfigintrin.h | 28 unsigned int __result; in _pconfig_u32() local
|
D | htmxlintrin.h | 323 __TM_is_failure_persistent (long const __result) in __TM_is_failure_persistent()
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | glue_numeric_impl.h | 102 _ForwardIterator2 __result, _Tp __init) in exclusive_scan() 115 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan() 130 _ForwardIterator2 __result) in inclusive_scan() 140 _ForwardIterator2 __result, _BinaryOperation __binary_op) in inclusive_scan() 149 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan() 161 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan() 179 … _ForwardIterator2 __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op, in transform_inclusive_scan() 195 … _ForwardIterator2 __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op) in transform_inclusive_scan()
|
D | memory_impl.h | 31 …ick_uninitialized_move(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_uninitialized_move() 44 …ick_uninitialized_move(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_uninitialized_move() 82 …ick_uninitialized_copy(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_uninitialized_copy() 95 …ick_uninitialized_copy(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_uninitialized_copy()
|
D | parallel_backend_utils.h | 144 _ForwardIterator2 __last2, _OutputIterator __result, _Compare __comp, in __set_union_construct() 172 _ForwardIterator2 __last2, _OutputIterator __result, _Compare __comp) in __set_intersection_construct() 198 _ForwardIterator2 __last2, _OutputIterator __result, _Compare __comp, in __set_difference_construct() 227 … _ForwardIterator2 __last2, _OutputIterator __result, _Compare __comp, in __set_symmetric_difference_construct()
|
D | glue_algorithm_impl.h | 254 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result) in copy() 271 copy_n(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _Size __n, _ForwardIterator2 __result) in copy_n() 288 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result, in copy_if() 324 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result, in transform() 342 _ForwardIterator __result, _BinaryOperation __op) in transform() 388 _ForwardIterator2 __result, _UnaryPredicate __pred, const _Tp& __new_value) in replace_copy_if() 403 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result, in replace_copy() 464 _ForwardIterator2 __result, _Predicate __pred) in remove_copy_if() 471 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result, in remove_copy() 517 …onPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __result, in unique_copy() [all …]
|
D | numeric_impl.h | 148 __brick_transform_scan(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_transform_scan() 164 __brick_transform_scan(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_transform_scan() 187 __brick_transform_scan(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_transform_scan() 204 __brick_transform_scan(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_transform_scan() 216 … _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_scan() 228 … _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_scan() 258 … _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_scan()
|
D | unseq_backend_simd.h | 233 __simd_unique_copy(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, in __simd_unique_copy() 257 __simd_assign(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _Assigner __as… in __simd_assign() 268 __simd_copy_if(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _UnaryPredica… in __simd_copy_if() 317 __simd_copy_by_mask(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, bool* __… in __simd_copy_by_mask() 518 __simd_scan(_InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op… in __simd_scan() 553 __simd_scan(_InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op… in __simd_scan() 576 __simd_scan(_InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op… in __simd_scan() 593 __simd_scan(_InputIterator __first, _Size __n, _OutputIterator __result, _UnaryOperation __unary_op… in __simd_scan() 815 const auto __result = __unseq_backend::__simd_first( in __simd_find_first_of() local
|
D | glue_memory_impl.h | 30 …ExecutionPolicy&& __exec, _InputIterator __first, _InputIterator __last, _ForwardIterator __result) in uninitialized_copy() 64 …zed_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator __result) in uninitialized_copy_n() 99 …ExecutionPolicy&& __exec, _InputIterator __first, _InputIterator __last, _ForwardIterator __result) in uninitialized_move() 133 …zed_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator __result) in uninitialized_move_n()
|
D | algorithm_impl.h | 823 const bool __result = !__internal::__pattern_any_of( in __pattern_search_n() local 848 __brick_copy_n(_ForwardIterator __first, _Size __n, _OutputIterator __result, /*vector=*/std::false… in __brick_copy_n() 855 __brick_copy_n(_ForwardIterator __first, _Size __n, _OutputIterator __result, /*vector=*/std::true_… in __brick_copy_n() 866 __brick_copy(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_copy() 874 __brick_copy(_RandomAccessIterator __first, _RandomAccessIterator __last, _OutputIterator __result, in __brick_copy() 887 __brick_move(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_move() 895 __brick_move(_RandomAccessIterator __first, _RandomAccessIterator __last, _OutputIterator __result, in __brick_move() 938 __brick_swap_ranges(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_swap_ranges() 946 __brick_swap_ranges(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, in __brick_swap_ranges() 959 __brick_copy_if(_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _Unary… in __brick_copy_if() [all …]
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | enum-own.expanded.rs | 55 let __result = ProjOwn::Struct { in project_replace() localVariable 65 let __result = ProjOwn::Tuple( in project_replace() localVariable 75 let __result = ProjOwn::Unit; in project_replace() localVariable
|
D | enum-all.expanded.rs | 130 let __result = ProjOwn::Struct { in project_replace() localVariable 140 let __result = ProjOwn::Tuple( in project_replace() localVariable 150 let __result = ProjOwn::Unit; in project_replace() localVariable
|
D | tuple_struct-all.expanded.rs | 80 let __result = ProjOwn( in project_replace() localVariable
|
D | tuple_struct-own.expanded.rs | 88 let __result = ProjOwn( in project_replace() localVariable
|
D | struct-all.expanded.rs | 101 let __result = ProjOwn { in project_replace() localVariable
|
D | struct-own.expanded.rs | 103 let __result = ProjOwn { in project_replace() localVariable
|
/external/rust/crates/pin-project/tests/expand/project_replace/ |
D | enum.expanded.rs | 55 let __result = EnumProjOwn::Struct { in project_replace() localVariable 65 let __result = EnumProjOwn::Tuple( in project_replace() localVariable 75 let __result = EnumProjOwn::Unit; in project_replace() localVariable
|
D | tuple_struct.expanded.rs | 88 let __result = __TupleStructProjectionOwned( in project_replace() localVariable
|
D | struct.expanded.rs | 103 let __result = __StructProjectionOwned { in project_replace() localVariable
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | enum.expanded.rs | 181 let __result = EnumProjOwn::Struct { in project_replace() localVariable 194 let __result = EnumProjOwn::Tuple( in project_replace() localVariable 207 let __result = EnumProjOwn::Unit; in project_replace() localVariable
|
D | tuple_struct.expanded.rs | 107 let __result = __TupleStructProjectionOwned( in project_replace() localVariable
|
D | struct.expanded.rs | 131 let __result = __StructProjectionOwned { in project_replace() localVariable
|
/external/rust/crates/no-panic/src/ |
D | lib.rs | 192 let __result = (move || #ret { in no_panic() localVariable
|
/external/rust/crates/pin-project/examples/ |
D | project_replace-expanded.rs | 90 let __result = __StructProjectionOwned { in project_replace() localVariable
|