Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dreference.cpp150 typedef int &(*RefFn)(); in testFunctionPointerReturn() typedef
152 RefFn getRef = (RefFn)opaque; in testFunctionPointerReturn()
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp78 using RefFn = make_function_t<int &, Size>; in test_all() typedef
79 RefFn ref_fn = &test_apply_fn; in test_all()