Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:__except

454   } __except(0) {
459 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
487 } __except(0) {
493 } __except(0) {
526 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
534 } __except(0) {
562 } __except(0) { // expected-note {{jump bypasses initialization of __except bloc}}
569 } __except(0) {
583 } __except(0) {
590 } __except(0) {
606 // __try/__except doesn't require unwinding.
608 } __except(0) {
612 } __except(0) { // expected-note {{jump exits __except block}}