Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp333 using RetT = decltype(ret); in test() typedef
354 using RetT = decltype(ret); in test() typedef
362 using RetT = decltype(std::__bind_back(value, 1)); in test() typedef
371 using RetT = decltype(std::__bind_back(std::move(value), 1)); in test() typedef
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
Dbind_back.pass.cpp333 using RetT = decltype(ret); in test() typedef
354 using RetT = decltype(ret); in test() typedef
362 using RetT = decltype(std::__bind_back(value, 1)); in test() typedef
371 using RetT = decltype(std::__bind_back(std::move(value), 1)); in test() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp93 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
114 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
139 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
151 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp93 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
114 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
139 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
151 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp348 using RetT = decltype(ret); in test() typedef
369 using RetT = decltype(ret); in test() typedef
377 using RetT = decltype(std::bind_front(value, 1)); in test() typedef
386 using RetT = decltype(std::bind_front(std::move(value), 1)); in test() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
Dbind_front.pass.cpp348 using RetT = decltype(ret); in test() typedef
369 using RetT = decltype(ret); in test() typedef
377 using RetT = decltype(std::bind_front(value, 1)); in test() typedef
386 using RetT = decltype(std::bind_front(std::move(value), 1)); in test() typedef
/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
324 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local