Searched refs:gCounter (Results 1 – 6 of 6) sorted by relevance
41 int gCounter; variable42 void count_construct ( void * ) { ++gCounter; } in count_construct()43 void count_destruct ( void * ) { --gCounter; } in count_destruct()125 gCounter = 0; in test_counted()136 if ( gCounter != 30 ) { in test_counted()138 std::cerr << " Expected 30, got " << gCounter << std::endl; in test_counted()142 gCounter = 0; in test_counted()151 if ( gCounter != 0 ) { in test_counted()153 std::cerr << " Expected 0, got " << gCounter << std::endl; in test_counted()
44 int gCounter; variable45 void count_construct ( void * ) { ++gCounter; } in count_construct()46 void count_destruct ( void * ) { --gCounter; } in count_destruct()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
1 if (!gCounter) {4 var gCounter = 0; variable8 return "PROXY sideffect_" + gCounter++;