Searched defs:test_method (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp35 void test_method(void);
38 void S::test_method() { function in class:S
47 // CHECK-LABEL: define void @"\01?test_method@S@@QEAAXXZ"(%struct.S* %this)
52 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@test_method@S@@"(i8* %exception_pointers, i8* %frame_pointer)
53 // CHECK: %[[l1_i8:[^ ]*]] = call i8* @llvm.framerecover(i8* bitcast (void (%struct.S*)* @"\01?test_method@S@@QEAAXXZ" to i8*), i8* %frame_pointer, i32 0)

Completed in 67 milliseconds