Searched refs:new_value (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 225 uintptr_t new_value) { in _Unwind_SetGR() argument 227 _UVRSD_UINT32, &new_value); in _Unwind_SetGR() 236 uintptr_t new_value) { in _Unwind_SetIP() argument 238 _Unwind_SetGR(context, 15, new_value | thumb_bit); in _Unwind_SetIP() 243 uintptr_t new_value); 245 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-sjlj.c | 370 uintptr_t new_value) { in _Unwind_SetGR() argument 372 , context, index, new_value); in _Unwind_SetGR() 374 ufc->resumeParameters[index] = new_value; in _Unwind_SetGR() 402 uintptr_t new_value) { in _Unwind_SetIP() argument 404 context, new_value); in _Unwind_SetIP() 406 ufc->resumeLocation = new_value - 1; in _Unwind_SetIP()
|
D | UnwindLevel1.c | 439 uintptr_t new_value) { in _Unwind_SetGR() argument 442 index, (uint64_t) new_value); in _Unwind_SetGR() 444 unw_set_reg(cursor, index, new_value); in _Unwind_SetGR() 465 uintptr_t new_value) { in _Unwind_SetIP() argument 467 context, (uint64_t) new_value); in _Unwind_SetIP() 469 unw_set_reg(cursor, UNW_REG_IP, new_value); in _Unwind_SetIP()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 91 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value); 94 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 483 void SetValue(const std::string& new_value) { in SetValue() argument 484 value_ = new_value; in SetValue()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | utility | 151 T exchange(T& obj, U&& new_value);
|
D | algorithm | 203 replace(ForwardIterator first, ForwardIterator last, const T& old_value, const T& new_value); 207 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value); 212 const T& old_value, const T& new_value); 216 …nputIterator first, InputIterator last, OutputIterator result, Predicate pred, const T& new_value);
|