Searched defs:RetT (Results 1 – 7 of 7) sorted by relevance
146 void test_dependent_call(Tp new_arg, Up delete_arg, RetT) { in test_dependent_call() argument
263 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef284 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef305 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef324 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
262 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef283 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef304 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef323 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
1078 class RetT { in positive_expr_with_cleanups() class1080 RetT(const int _code) : code_(_code) {} in positive_expr_with_cleanups() function in positive_expr_with_cleanups::RetT
1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local
995 Type RetT = getReturnType(); in getBuiltinTypeStr() local
6936 QualType RetT = FD->getReturnType(); in implicitObjectParamIsLifetimeBound() local