Searched refs:makeVolatile (Results 1 – 3 of 3) sorted by relevance
95 Tp volatile& makeVolatile(Tp& ref) { return ref; } in makeVolatile() function98 Tp volatile* makeVolatile(Tp* ptr) { return ptr; } in makeVolatile() function101 std::reference_wrapper<volatile Tp> makeVolatile(std::reference_wrapper<Tp>& ref) { in makeVolatile() function
199 runTest(makeVolatile(v)); in runTestDispatch()207 runTest(makeVolatile(v)); in runTestDispatch()
155 runTest<Expect volatile&> (M, makeVolatile(obj), expect); in runTestPropCVDispatch()