Lines Matching refs:catch
12 ; Single catch (...) does not need an exception table.
16 ; } catch (...) {
23 to label %try.cont unwind label %catch.dispatch
25 catch.dispatch: ; preds = %entry
26 %0 = catchswitch within none [label %catch.start] unwind to caller
28 catch.start: ; preds = %catch.dispatch
36 try.cont: ; preds = %entry, %catch.start
44 ; } catch (int) {
45 ; } catch (float) {
46 ; } catch (double) {
47 ; } catch (...) {
52 ; } catch (double) {
53 ; } catch (...) {
58 ; } catch (int) {
59 ; } catch (float) {
134 to label %try.cont unwind label %catch.dispatch
136 catch.dispatch: ; preds = %entry
137 %0 = catchswitch within none [label %catch.start] unwind to caller
139 catch.start: ; preds = %catch.dispatch
145 br i1 %matches, label %catch10, label %catch.fallthrough
147 catch10: ; preds = %catch.start
154 try.cont: ; preds = %entry, %catch, %catch4, %catch7, %catc…
156 to label %try.cont23 unwind label %catch.dispatch14
158 catch.dispatch14: ; preds = %try.cont
159 %8 = catchswitch within none [label %catch.start15] unwind to caller
161 catch.start15: ; preds = %catch.dispatch14
170 catch20: ; preds = %catch.start15
178 to label %try.cont36 unwind label %catch.dispatch25
180 catch.dispatch25: ; preds = %try.cont23
181 %16 = catchswitch within none [label %catch.start26] unwind to caller
183 catch.start26: ; preds = %catch.dispatch25
189 br i1 %matches27, label %catch33, label %catch.fallthrough28
191 catch33: ; preds = %catch.start26
198 catch.fallthrough28: ; preds = %catch.start26
203 catch30: ; preds = %catch.fallthrough28
210 rethrow: ; preds = %catch.fallthrough28
217 catch17: ; preds = %catch.start15
221 catch.fallthrough: ; preds = %catch.start
224 br i1 %matches1, label %catch7, label %catch.fallthrough2
226 catch7: ; preds = %catch.fallthrough
233 catch.fallthrough2: ; preds = %catch.fallthrough
237 br i1 %matches3, label %catch4, label %catch
239 catch4: ; preds = %catch.fallthrough2
245 catch: ; preds = %catch.fallthrough2