Searched refs:runTestDispatch (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_3_and_4.pass.cpp | 74 runTestDispatch<E>(M, obj, &obj.object); in doTest() 75 runTestDispatch<E>(M, der, &der.object); in doTest() 76 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest() 85 runTestDispatch<E>(M, obj, &obj.object); in doTest() 86 runTestDispatch<E>(M, der, &der.object); in doTest() 87 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest() 96 runTestDispatch<E>(M, obj, &obj.object); in doTest() 97 runTestDispatch<E>(M, der, &der.object); in doTest() 98 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest() 107 runTestDispatch<E>(M, obj, &obj.object); in doTest() [all …]
|
D | bullet_1_and_2.pass.cpp | 158 runTestDispatch(tag, obj); in doTest() 159 runTestDispatch(tag, der); in doTest() 160 runTestDispatch(tag, dref2); in doTest() 168 runTestDispatch(q, v); in runTestDispatchIf() 176 void runTestDispatch(Q_None, Tp& v) { in runTestDispatch() function 181 void runTestDispatch(Q_Const, Tp& v) { in runTestDispatch() function 188 void runTestDispatch(Q_Volatile, Tp& v) { in runTestDispatch() function 195 void runTestDispatch(Q_CV, Tp& v) { in runTestDispatch() function
|