Lines Matching defs:Object
69 struct Object {
72 Object() {
78 Object *getThis() {
84 Object obj;
88 // CHECK: define linkonce_odr void @{{.*}}Object{{.*}}(ptr noundef nonnull align 4 dereferenceable(1) %
89 // CHECK: define linkonce_odr noundef i32 @{{.*}}Object{{.*}}getData{{.*}}(ptr noundef nonnull align 4 dereferenceable(1) %
90 // CHECK: define linkonce_odr noundef ptr @{{.*}}Object{{.*}}getThis{{.*}}(ptr noundef nonnull align 4 dereferenceable(1) %
112 struct Object {
116 typedef int Object::*mdptr;
117 typedef int (Object::*mfptr)();