Searched refs:gCounter (Results 1 – 5 of 5) 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()