Searched refs:gCounter (Results 1 – 10 of 10) sorted by relevance
42 int gCounter; variable43 void count_construct ( void * ) { ++gCounter; } in count_construct()44 void count_destruct ( void * ) { --gCounter; } in count_destruct()126 gCounter = 0; in test_counted()137 if ( gCounter != 30 ) { in test_counted()139 std::printf(" Expected 30, got %d\n", gCounter); in test_counted()143 gCounter = 0; in test_counted()152 if ( gCounter != 0 ) { in test_counted()154 std::printf(" Expected 0, got %d\n", gCounter); in test_counted()
44 int gCounter; variable45 void count_construct ( void * ) { ++gCounter; } in count_construct()46 void count_destruct ( void * ) { --gCounter; } in count_destruct()
21 unsigned gCounter = 0; variable33 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
21 unsigned gCounter = 0; variable33 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
21 unsigned gCounter = 0; variable33 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
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()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
22 unsigned gCounter = 0; variable34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()