Searched refs:gCopyConstructorShouldThow (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Dpush_back_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;
H A Dpush_front_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dpush_front_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
H A Dpush_back_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;
H A Dpush_front_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
H A Dpush_back_exception_safety.pass.cpp18 static bool gCopyConstructorShouldThow = false; variable
48 if (gCopyConstructorShouldThow) {
67 gCopyConstructorShouldThow = true;

Completed in 81 milliseconds