Searched refs:catch (Results 1 - 25 of 422) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dcatch2.C7 catch () {} // { dg-error "before" }
8 catch (...) {}
H A Dpr42859.C13 catch (int)
16 catch (int)
20 catch (int)
H A Ddead1.C15 catch (int) {
17 catch (...) {
H A Dcatch1.C7 catch (int(0)) {} // { dg-error "before" }
H A Dcatch4.C7 catch () {} // { dg-error "type-specifier" }
H A Dloop2.C9 catch (...) { break; }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dcatch1.C7 catch (long long long) {} // { dg-error "long long long" }
H A Dcrash55.C7 try { } catch (int) { } // { dg-error "cannot be used" }
H A Deh-decl.C7 try {} catch(int A) {}
H A Dtry-catch-1.C14 catch (...) {}
H A Dpr31952-2.C9 catch (void *e) // { dg-message "previously" }
21 catch (void *e)
34 catch (void *e) // { dg-message "previously" }
44 catch (void *e)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr41906.C10 catch (...) {}
11 catch (int) {abort ();}
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh21.C8 } catch ( char * ) {
10 } catch ( int ) {
H A Deh35.C7 } catch (char a) {
10 } catch (int i) {
12 } catch (char c) {
H A Deh26.C9 } catch(const MyExceptionHandler& eh) {
11 } catch(...) {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dcatchptr1.C22 catch (void *)
27 catch (...)
40 catch (void *)
45 catch (...)
58 catch (void *)
63 catch (...)
76 catch (void const *)
81 catch (...)
94 catch (void *)
99 catch (voi
[all...]
H A Dcatch1.C6 // We cannot catch an incomplete type, or ptr to one
13 catch (A *p) {} // { dg-error "" } undefined type
15 catch (A p) {} // { dg-error "" } undefined type
17 catch (void const *p) {} // ok
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb31.C7 } catch(...) {
10 } catch(int) {
14 } catch(int) {
H A Deb133a.C10 catch (std::bad_alloc) { // { dg-error "" } parse error
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr21.C3 // Test throw and catch
21 } catch (void*) {
23 } catch (bool) {
25 } catch (int) {
27 } catch (long int) {
29 } catch (nullptr_t) {
31 } catch (...) {
38 } catch (void*) {
40 } catch (bool) {
42 } catch (in
[all...]
H A Dconstexpr-ctor10.C5 constexpr foo() try { } catch(...) { }; // { dg-error "constexpr" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Di386-9.C10 catch (...) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-eh3.C10 catch(...){
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr49847.C6 catch (...) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-prof/
H A Dpartition2.C12 catch (...)

Completed in 219 milliseconds

1234567891011>>