HomeSort by relevance Sort by last modified time
    Searched full:nested_try (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
exceptions-seh.c 103 int nested_try(void) { function
117 // CHECK-LABEL: define i32 @nested_try()
131 // CHECK: catchpad within %{{[^ ]*}} [i8* bitcast (i32 ({{.*}})* @"\01?filt$0@0@nested_try@@" to i8*)]
143 // CHECK: catchpad within %[[cs_inner]] [i8* bitcast (i32 ({{.*}})* @"\01?filt$1@0@nested_try@@" to i8*)]
157 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@nested_try@@"({{.*}})
163 // CHECK-LABEL: define internal i32 @"\01?filt$1@0@nested_try@@"({{.*}})

Completed in 97 milliseconds