Home
last modified time | relevance | path

Searched refs:test_apply_fn (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp62 bool test_apply_fn(Types...) { return true; } in test_apply_fn() function
76 ValFn val_fn = &test_apply_fn; in test_all()
79 RefFn ref_fn = &test_apply_fn; in test_all()
82 CRefFn cref_fn = &test_apply_fn; in test_all()
85 RRefFn rref_fn = &test_apply_fn; in test_all()
122 ValFn val_fn = &test_apply_fn; in test_one()