Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dbuiltin-operator-new-delete.cpp146 void test_dependent_call(Tp new_arg, Up delete_arg, RetT) { in test_dependent_call() argument
/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/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp262 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
283 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
304 using RetT = decltype(std::not_fn(value)); in constructor_tests() typedef
323 using RetT = decltype(std::not_fn(std::move(value))); in constructor_tests() typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-redundant-branch-condition.cpp1078 class RetT { in positive_expr_with_cleanups() class
1080 RetT(const int _code) : code_(_code) {} in positive_expr_with_cleanups() function in positive_expr_with_cleanups::RetT
/external/clang/utils/TableGen/
DNeonEmitter.cpp1002 Type RetT = getReturnType(); in getBuiltinTypeStr() local
/external/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp995 Type RetT = getReturnType(); in getBuiltinTypeStr() local
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp6936 QualType RetT = FD->getReturnType(); in implicitObjectParamIsLifetimeBound() local