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()
110 int retVal = 0; in test_counted() local128 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() local178 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() local237 retVal = 1; in test_exception_in_destructor()[all …]
55 int retVal = 0; in main() local61 retVal = 1; in main()73 retVal = 1; in main()81 retVal = 2; in main()86 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