Searched refs:retVal (Results 1 – 5 of 5) sorted by relevance
75 __cxa_eh_globals* retVal = __cxa_get_globals_fast (); in __cxa_get_globals() local78 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()
109 int retVal = 0; in test_counted() local127 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() local177 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() local235 retVal = 1; in test_exception_in_destructor()[all …]
61 int retVal = 0; in main() local65 retVal = thread_code(&thread_globals) != &thread_globals; in main()76 retVal = 1; in main()84 retVal = 2; in main()89 return retVal; in main()
129 int retVal = 0; in test_counted() local147 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() local197 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() local255 retVal = 1; in test_exception_in_destructor()[all …]
1078 return 1; // return value and retVal are not important since we never reach this line1082 return 1; // return value and retVal are not important since we never reach this line