HomeSort by relevance Sort by last modified time
    Searched refs:vec_on_stack (Results 1 - 6 of 6) sorted by null

  /external/libcxxabi/test/
test_vector2.pass.cpp 54 struct vec_on_stack { struct
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
69 vec_on_stack v;
test_vector1.pass.cpp 59 struct vec_on_stack { struct
61 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
62 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
244 try { vec_on_stack v; }
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp 74 struct vec_on_stack { struct
76 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
77 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
89 vec_on_stack v;
test_vector1.cpp 78 struct vec_on_stack { struct
80 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
81 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
262 try { vec_on_stack v; }
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector2.pass.cpp 54 struct vec_on_stack { struct
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
69 vec_on_stack v;
test_vector1.pass.cpp 59 struct vec_on_stack { struct
61 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} function in struct:vec_on_stack
62 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
244 try { vec_on_stack v; }

Completed in 45 milliseconds