Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h83 Tp const& makeConst(Tp& ref) { return ref; } in makeConst() function
86 Tp const* makeConst(Tp* ptr) { return ptr; } in makeConst() function
89 std::reference_wrapper<const Tp> makeConst(std::reference_wrapper<Tp>& ref) { in makeConst() function
H A Dbullet_1_2_3.pass.cpp192 runTest(makeConst(v)); in runTestDispatch()
205 runTest(makeConst(v)); in runTestDispatch()
H A Dbullet_4_5_6.pass.cpp157 runTest<Expect const&> (M, makeConst(obj), expect); in runTestPropCVDispatch()
/llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp75 auto makeConst = [&](int32_t index) -> Value { in convertIntrinsicResult() local
115 x1, makeConst(0)); in convertIntrinsicResult()
117 x2, makeConst(1)); in convertIntrinsicResult()