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

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
erase_iter.pass.cpp 27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
33 static bool sThrows;
36 bool Throws::sThrows = false;
118 Throws::sThrows = true;
erase_iter_iter.pass.cpp 29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
35 static bool sThrows;
38 bool Throws::sThrows = false;
124 Throws::sThrows = true;
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
30 static bool sThrows;
33 bool Throws::sThrows = false;
96 Throws::sThrows = true;
erase_iter_iter.pass.cpp 25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; }
30 static bool sThrows;
33 bool Throws::sThrows = false;
149 Throws::sThrows = true;

Completed in 83 milliseconds