Searched defs:Throws (Results 1 – 8 of 8) sorted by relevance
23 struct Throws { global() struct 24 ThrowsThrows Throws() argument 25 ThrowsThrows Throws() argument 26 ThrowsThrows Throws() argument 30 ThrowsThrows Throws() argument 34 operator =Throws operator =() argument 38 operator =Throws operator =() argument 43 sThrowsThrows global() argument 46 v_Throws global() argument
23 struct Throws { global() struct 24 ThrowsThrows Throws() argument 25 ThrowsThrows Throws() argument 26 ThrowsThrows Throws() argument 27 ThrowsThrows Throws() argument 28 operator =Throws operator =() argument 29 operator =Throws operator =() argument 31 sThrowsThrows global() argument 34 v_Throws global() argument
24 struct Throws { struct25 Throws() : v_(0) {} in Throws() function26 Throws(int v) : v_(v) {} in Throws() function27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument33 static bool sThrows; argument36 bool Throws::sThrows = false; argument
26 struct Throws { struct27 Throws() : v_(0) {} in Throws() argument28 Throws(int v) : v_(v) {} in Throws() function29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument35 static bool sThrows; argument38 bool Throws::sThrows = false; argument
4 struct Throws { struct
132 TestInputs Throws(R"cc( in TEST() local
391 const bool Throws = BC.MIB->isInvoke(Instr); updateEHRanges() local
134 struct Throws { struct