Searched defs:RetT (Results 1 – 9 of 9) sorted by relevance
333 using RetT = decltype(ret); in test() typedef354 using RetT = decltype(ret); in test() typedef362 using RetT = decltype(std::__bind_back(value, 1)); in test() typedef371 using RetT = decltype(std::__bind_back(std::move(value), 1)); in test() typedef
93 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef114 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef139 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef151 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
348 using RetT = decltype(ret); in test() typedef369 using RetT = decltype(ret); in test() typedef377 using RetT = decltype(std::bind_front(value, 1)); in test() typedef386 using RetT = decltype(std::bind_front(std::move(value), 1)); in test() typedef
146 void test_dependent_call(Tp new_arg, Up delete_arg, RetT) { in test_dependent_call() argument
478 using RetT = typename std::tuple_element< in callAsync() local
1104 class RetT { in positive_expr_with_cleanups() class
402 QualType RetT = FD->getReturnType(); implicitObjectParamIsLifetimeBound() local
996 Type RetT = getReturnType(); getBuiltinTypeStr() local [all...]
3676 QualType RetT = FromFPT->getReturnType(); hasReturnTypeDeclaredInside() local