Home
last modified time | relevance | path

Searched refs:test_derived (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dcatch_member_function_pointer_01.pass.cpp72 void test_derived() in test_derived() function
168 test_derived(); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer.pass.cpp82 void test_derived() { in test_derived() function
170 test_derived(); in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-call.cpp232 void test_derived(B* b, B const* bc, C* c, const C* cc, void* v, D* d) { in test_derived() function