Lines Matching refs:try
44 ; outside of a try-block and an object with a non-empty destructor must be
45 ; cleaned up within the try-block.
49 ; try {
80 br label %try.cont
95 br label %try.cont
97 try.cont: ; preds = %catchret.dest, %invoke.cont
107 ; outside of a try-block and an object with an empty destructor must be cleaned
108 ; within the try-block.
112 ; try {
124 ; CHECK: to label %try.cont unwind label %catch.dispatch
142 br label %try.cont
156 br label %try.cont
158 try.cont: ; preds = %catchret.dest, %invoke.cont
169 ; from either inside or outside of a try-block.
174 ; try {
189 ; CHECK: to label %try.cont unwind label %catch.dispatch
205 to label %try.cont unwind label %catch.dispatch
212 catchret from %0 to label %try.cont
214 try.cont: ; preds = %catch, %invoke.cont
227 ; try {
282 ; try {
349 ; try {