Searched refs:throw_flag (Results 1 – 1 of 1) sorted by relevance
87 static int throw_flag; member90 if (throw_flag) { in MyThrowingType()101 int MyThrowingType::throw_flag = 0; member in MyThrowingType115 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()[all …]