Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h95 Tp volatile& makeVolatile(Tp& ref) { return ref; } in makeVolatile() function
98 Tp volatile* makeVolatile(Tp* ptr) { return ptr; } in makeVolatile() function
101 std::reference_wrapper<volatile Tp> makeVolatile(std::reference_wrapper<Tp>& ref) { in makeVolatile() function
Dbullet_1_2_3.pass.cpp199 runTest(makeVolatile(v)); in runTestDispatch()
207 runTest(makeVolatile(v)); in runTestDispatch()
Dbullet_4_5_6.pass.cpp155 runTest<Expect volatile&> (M, makeVolatile(obj), expect); in runTestPropCVDispatch()