Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/over/over.built/
H A Dp24.cpp13 bool ret3 = !getValue(); in testVariant() local
25 bool ret3 = !getExplicitValue(); in testExplicitVariant() local
/llvm-project/clang/test/SemaCXX/
H A Dattr-target-version.cpp73 auto __attribute__((target_version("dpb2"))) ret3(void) -> int { return 1; } ret3() function
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp104 int ret3 = normalize_ret(p1.compare(Ptr)); test_compare_basic() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc32-and-aix-struct-return.c76 Three ret3(void) { return (Three){"abc"}; } in ret3() function
/llvm-project/clang/test/SemaCUDA/
H A Dfunction-overload.cu402 HostReturnTy ret3 = host_only_function(1); in test_host_device_single_side_overloading() local
415 HostReturnTy ret3 = host_only_function(1); in test_host_device_wrong_side_overloading_inline_no_diag() local
428 HostReturnTy ret3 = host_only_function(1); in test_host_device_wrong_side_overloading_inline_diag() local
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp292 auto& ret3 = std::__invoke(get_fn, r2); test_reference_wrapper_reference_wrapper() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp131 auto ret3 = std::not_fn(std::move(value)); in constructor_tests() local