Home
last modified time | relevance | path

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

/llvm-project/libcxx/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
/llvm-project/libcxx/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
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A 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
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-operator-new-delete.cpp146 void test_dependent_call(Tp new_arg, Up delete_arg, RetT) { in test_dependent_call() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h478 using RetT = typename std::tuple_element< in callAsync() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dredundant-branch-condition.cpp1104 class RetT { in positive_expr_with_cleanups() class
/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp402 QualType RetT = FD->getReturnType(); implicitObjectParamIsLifetimeBound() local
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp996 Type RetT = getReturnType(); getBuiltinTypeStr() local
[all...]
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3676 QualType RetT = FromFPT->getReturnType(); hasReturnTypeDeclaredInside() local