Searched defs:RetT (Results 1 – 2 of 2) sorted by relevance
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() typedef322 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local