Home
last modified time | relevance | path

Searched refs:gCounter (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_vector1.pass.cpp42 int gCounter; variable
43 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()
H A Dtest_vector2.pass.cpp44 int gCounter; variable
45 void count_construct ( void * ) { ++gCounter; } in count_construct()
46 void count_destruct ( void * ) { --gCounter; } in count_destruct()
H A Dnoexception3.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
H A Dnoexception2.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
H A Dnoexception1.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()