Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:__try

7   __try {
19 __try {
30 __try {
58 __try { // expected-error {{cannot use C++ 'try' in the same function as SEH '__try'}}
65 __try { // expected-note {{conflicting '__try' here}}
69 try { // expected-error {{cannot use C++ 'try' in the same function as SEH '__try'}}
78 __try {
92 __try { // expected-error {{cannot use SEH '__try' in blocks, captured regions, or Obj-C method decls}}
104 __try { // expected-error {{cannot use SEH '__try' in blocks, captured regions, or Obj-C method decls}}