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.cpp109 int retVal = 0; in test_counted() local
127 retVal = 1; in test_counted()
142 retVal = 1; in test_counted()
145 return retVal; in test_counted()
150 int retVal = 0; in test_exception_in_constructor() local
177 retVal = 1; in test_exception_in_constructor()
199 retVal = 1; in test_exception_in_constructor()
202 return retVal; in test_exception_in_constructor()
207 int retVal = 0; in test_exception_in_destructor() local
235 retVal = 1; in test_exception_in_destructor()
[all …]
Dtest_exception_storage.cpp61 int retVal = 0; in main() local
65 retVal = thread_code(&thread_globals) != &thread_globals; in main()
76 retVal = 1; in main()
84 retVal = 2; in main()
89 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