Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception_storage.cpp75 __cxa_eh_globals* retVal = __cxa_get_globals_fast (); in __cxa_get_globals() local
78 if ( NULL == retVal ) { in __cxa_get_globals()
79 retVal = static_cast<__cxa_eh_globals*> in __cxa_get_globals()
81 if ( NULL == retVal ) in __cxa_get_globals()
83 if ( 0 != pthread_setspecific ( key_, retVal ) ) in __cxa_get_globals()
86 return retVal; in __cxa_get_globals()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.pass.cpp110 int retVal = 0; in test_counted() local
128 retVal = 1; in test_counted()
143 retVal = 1; in test_counted()
146 return retVal; in test_counted()
151 int retVal = 0; in test_exception_in_constructor() local
178 retVal = 1; in test_exception_in_constructor()
200 retVal = 1; in test_exception_in_constructor()
203 return retVal; in test_exception_in_constructor()
208 int retVal = 0; in test_exception_in_destructor() local
237 retVal = 1; in test_exception_in_destructor()
[all …]
Dtest_exception_storage.pass.cpp55 int retVal = 0; in main() local
61 retVal = 1; in main()
73 retVal = 1; in main()
81 retVal = 2; in main()
86 return retVal; in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp129 int retVal = 0; in test_counted() local
147 retVal = 1; in test_counted()
162 retVal = 1; in test_counted()
165 return retVal; in test_counted()
170 int retVal = 0; in test_exception_in_constructor() local
197 retVal = 1; in test_exception_in_constructor()
219 retVal = 1; in test_exception_in_constructor()
222 return retVal; in test_exception_in_constructor()
227 int retVal = 0; in test_exception_in_destructor() local
255 retVal = 1; in test_exception_in_destructor()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1078 return 1; // return value and retVal are not important since we never reach this line
1082 return 1; // return value and retVal are not important since we never reach this line