Searched refs:makeConst (Results 1 – 4 of 4) sorted by relevance
83 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function86 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function89 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
192 runTest(makeConst(v)); in runTestDispatch()205 runTest(makeConst(v)); in runTestDispatch()
157 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()
75 auto makeConst = [&](int32_t index) -> Value { in convertIntrinsicResult() local115 x1, makeConst(0)); in convertIntrinsicResult()117 x2, makeConst(1)); in convertIntrinsicResult()