Lines Matching refs:throw_flag
87 static int throw_flag; member
90 if (throw_flag) { in MyThrowingType()
101 int MyThrowingType::throw_flag = 0; member in MyThrowingType
115 MyThrowingType::throw_flag = 1; in test_exceptions()
121 MyThrowingType::throw_flag = 1; in test_exceptions()
127 MyThrowingType::throw_flag = 0; in test_exceptions()
132 MyThrowingType::throw_flag = 0; in test_exceptions()
138 MyThrowingType::throw_flag = 1; in test_exceptions()
143 MyThrowingType::throw_flag = 0; in test_exceptions()
147 MyThrowingType::throw_flag = 1; in test_exceptions()
153 MyThrowingType::throw_flag = 0; in test_exceptions()
162 MyThrowingType::throw_flag = 1; in test_exceptions()
170 MyThrowingType::throw_flag = 0; in test_exceptions()
178 MyThrowingType::throw_flag = 1; in test_exceptions()