Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp330 using RetT = decltype(ret); in test() typedef
351 using RetT = decltype(ret); in test() typedef
359 using RetT = decltype(std::bind_front(value, 1)); in test() typedef
368 using RetT = decltype(std::bind_front(std::move(value), 1)); in test() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.bind.partial/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.not_fn/
H A 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
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/aosp_15_r20/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local