HomeSort by relevance Sort by last modified time
    Searched defs:gCounter (Results 1 - 10 of 10) sorted by null

  /external/libcxxabi/test/
noexception1.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
noexception2.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
noexception3.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
test_vector2.pass.cpp 44 int gCounter;
45 void count_construct ( void * ) { ++gCounter; }
46 void count_destruct ( void * ) { --gCounter; }
test_vector1.pass.cpp 41 int gCounter;
42 void count_construct ( void * ) { ++gCounter; }
43 void count_destruct ( void * ) { --gCounter; }
125 gCounter = 0;
136 if ( gCounter != 30 ) {
138 std::cerr << " Expected 30, got " << gCounter << std::endl;
142 gCounter = 0;
151 if ( gCounter != 0 ) {
153 std::cerr << " Expected 0, got " << gCounter << std::endl;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
noexception1.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
noexception2.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
noexception3.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
test_vector2.pass.cpp 44 int gCounter;
45 void count_construct ( void * ) { ++gCounter; }
46 void count_destruct ( void * ) { --gCounter; }
test_vector1.pass.cpp 41 int gCounter;
42 void count_construct ( void * ) { ++gCounter; }
43 void count_destruct ( void * ) { --gCounter; }
125 gCounter = 0;
136 if ( gCounter != 30 ) {
138 std::cerr << " Expected 30, got " << gCounter << std::endl;
142 gCounter = 0;
151 if ( gCounter != 0 ) {
153 std::cerr << " Expected 0, got " << gCounter << std::endl;

Completed in 475 milliseconds