Home
last modified time | relevance | path

Searched refs:sThrows (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
Derase_iter.pass.cpp25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
30 static bool sThrows; member
33 bool Throws::sThrows = false; member in Throws
96 Throws::sThrows = true; in main()
Derase_iter_iter.pass.cpp25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
30 static bool sThrows; member
33 bool Throws::sThrows = false; member in Throws
149 Throws::sThrows = true; in main()
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
33 static bool sThrows; member
36 bool Throws::sThrows = false; member in Throws
118 Throws::sThrows = true; in main()
Derase_iter_iter.pass.cpp29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()
35 static bool sThrows; member
38 bool Throws::sThrows = false; member in Throws
124 Throws::sThrows = true; in main()