Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h84 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function
87 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function
90 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
Dbullet_1_2_3.pass.cpp193 runTest(makeConst(v)); in runTestDispatch()
206 runTest(makeConst(v)); in runTestDispatch()
Dbullet_4_5_6.pass.cpp154 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()