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

  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp 30 void build_vftable(C *obj) { delete obj; } function
55 void build_vftable(E *obj) { delete obj; } function
75 void build_vftable(F *obj) { delete obj; } function
94 void build_vftable(G *obj) { delete obj; } function
microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp 35 void build_vftable(C *obj) { obj->g(); } function
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp 34 void build_vftable(X *obj) { obj->f(); } function in namespace:test1
64 void build_vftable(X *obj) { obj->g(); } function in namespace:test2
93 void build_vftable(X *obj) { obj->i(); } function in namespace:test3
116 void build_vftable(X *obj) { obj->f(); } function in namespace:test4
151 void build_vftable(X *obj) { obj->f(); } function in namespace:test5
184 void build_vftable(X *obj) { obj->g(); } function in namespace:test6
219 void build_vftable(X *obj) { obj->g(); } function in namespace:test7
250 void build_vftable(X *obj) { obj->h(); } function in namespace:test8
301 void build_vftable(test9::X *obj) { obj->z(); } function in namespace:test9
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp 44 void build_vftable(X *obj) { obj->foo(); } function in namespace:test1
90 void build_vftable(X *obj) { obj->foo(); } function in namespace:test2
137 void build_vftable(X *obj) { obj->foo(); } function in namespace:test3
201 void build_vftable(X *obj) { obj->foo(); } function in namespace:test4
244 void build_vftable(X *obj) { obj->foo(); } function in namespace:test5
296 void build_vftable(X *obj) { obj->foo(); } function in namespace:test6
320 void build_vftable(C *obj) { obj->g(); } function in namespace:test7
344 void build_vftable(C *obj) { obj->f(); } function in namespace:pr20444
363 void build_vftable(D *obj) { obj->f(); } function in namespace:pr20444
microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp 38 void build_vftable(X *obj) { obj->g(); } function in namespace:test1
81 void build_vftable(X *obj) { obj->g(); } function in namespace:test2
139 void build_vftable(X *obj) { obj->g(); } function in namespace:test3
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 509 void build_vftable(X *obj) { obj->g(); } function in namespace:pr19505
536 void build_vftable(X *obj) { obj->g(); } function in namespace:pr19506

Completed in 69 milliseconds