Home
last modified time | relevance | path

Searched defs:Ret2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dbind_return_type.pass.cpp58 using Ret2 = decltype(ret(42, 43)); // Test that the extra argument is discarded. in do_test() typedef
103 using Ret2 = decltype(ret(42, 43)); // Test that the extra argument is discarded. in do_test_r() typedef
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPCompositionTest.cpp63 auto Ret2 = in TEST() local