Searched refs:makeCV (Results 1 – 3 of 3) sorted by relevance
106 Tp const volatile& makeCV(Tp& ref) { return ref; } in makeCV() function109 Tp const volatile* makeCV(Tp* ptr) { return ptr; } in makeCV() function112 std::reference_wrapper<const volatile Tp> makeCV(std::reference_wrapper<Tp>& ref) { in makeCV() function
156 runTest<Expect const volatile&>(M, makeCV(obj), expect); in runTestPropCVDispatch()
208 runTest(makeCV(v)); in runTestDispatch()