Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_3_and_4.pass.cpp77 runTestPointerDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
78 runTestPointerDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
79 runTestPointerDispatch<E>(M, dref, &dref.object.object); in doTest()
88 runTestPointerDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
89 runTestPointerDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
90 runTestPointerDispatch<E>(M, dref, &dref.object.object); in doTest()
99 runTestPointerDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
100 runTestPointerDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
101 runTestPointerDispatch<E>(M, dref, &dref.object.object); in doTest()
110 runTestPointerDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
[all …]