Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
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()
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()
Dnoexception3.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
Dnoexception2.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
Dnoexception1.pass.cpp21 unsigned gCounter = 0; variable
33 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
/external/libcxxabi/test/
Dtest_vector1.pass.cpp41 int gCounter; variable
42 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()
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()
Dnoexception3.pass.cpp22 unsigned gCounter = 0; variable
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
Dnoexception1.pass.cpp22 unsigned gCounter = 0; variable
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
Dnoexception2.pass.cpp22 unsigned gCounter = 0; variable
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()