Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h225 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/
DUnwind-sjlj.c370 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()
DUnwindLevel1.c439 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/
Dunwind-itanium.h91 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/
Dgtest.h483 void SetValue(const std::string& new_value) { in SetValue() argument
484 value_ = new_value; in SetValue()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dutility151 T exchange(T& obj, U&& new_value);
Dalgorithm203 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);