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

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp503 struct __declspec(dllexport) ClassWithClosure {
504 DELETE_IMPLICIT_MEMBERS(ClassWithClosure); variable
505 ClassWithClosure(...) {} function
507 // M32-DAG: %[[this_addr:.*]] = alloca %struct.ClassWithClosure*, align 4
508 // M32-DAG: store %struct.ClassWithClosure* %this, %struct.ClassWithClosure** %[[this_addr]], align 4
509 // M32-DAG: %[[this:.*]] = load %struct.ClassWithClosure*, %struct.ClassWithClosure** %[[this_addr]]
510 // M32-DAG: call %struct.ClassWithClosure* (%struct.ClassWithClosure*,
[all...]

Completed in 560 milliseconds