Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/clang/test/Analysis/
H A Dreference.cpp150 typedef int &(*RefFn)(); in testFunctionPointerReturn() typedef