Home | History | Annotate | Download | only in CodeGenObjC

Lines Matching full:with

1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH
12 // CHECK-WITH-LABEL: define void @test0()
13 // CHECK-WITH-SAME: personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*)
14 // CHECK-WITH: [[PTR:%.*]] = alloca i8*,
15 // CHECK-WITH: call void @destroy(i8** [[PTR]])
16 // CHECK-WITH-NEXT: ret void
17 // CHECK-WITH: invoke void @destroy(i8** [[PTR]])
18 // CHECK-WITH: landingpad { i8*, i32 }
19 // CHECK-WITH-NEXT: catch i8* null
20 // CHECK-WITH-NEXT: call void @objc_terminate()