Lines Matching defs:one
67 void *one, *two, *three;
70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
83 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct );
88 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL );
92 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL );
97 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
101 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct );
111 void *one, *two, *three;
115 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct );
119 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct );
132 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct );
136 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, count_destruct );
152 void *one, *two, *three;
159 one = two = three = NULL;
160 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct );
166 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, throw_destruct );
185 one = two = three = NULL;
186 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct );
192 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, throw_destruct );
209 void *one, *two, *three;
210 one = two = three = NULL;
217 one = two = NULL;
218 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct );
224 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, throw_destruct );