Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp263 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
284 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
305 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
322 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
/external/clang/utils/TableGen/
DNeonEmitter.cpp1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local