• Home
  • Raw
  • Download

Lines Matching refs:three

66     void *one, *two, *three;  in test_empty()  local
71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
75 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
80three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
84 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 ); in test_empty()
89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
93 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 ); in test_empty()
98three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
102 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 ); in test_empty()
110 void *one, *two, *three; in test_counted() local
116three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
120 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 ); in test_counted()
133three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
137 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, count_destruct, my_dealloc3 ); in test_counted()
151 void *one, *two, *three; in test_exception_in_constructor() local
158 one = two = three = NULL; in test_exception_in_constructor()
161three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
167 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, throw_destruct, my_dealloc3 ); in test_exception_in_constructor()
184 one = two = three = NULL; in test_exception_in_constructor()
187three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
193 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, throw_destruct, my_dealloc3 ); in test_exception_in_constructor()
208 void *one, *two, *three; in test_exception_in_destructor() local
215 one = two = three = NULL; in test_exception_in_destructor()
218three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
225 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, throw_destruct, my_dealloc3 ); in test_exception_in_destructor()