Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dreference.cpp135 typedef int &(*RefFn)(); in testFunctionPointerReturn() typedef
137 RefFn getRef = (RefFn)opaque; in testFunctionPointerReturn()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_large_arity.pass.cpp77 using RefFn = make_function_t<int &, Size>; in test_all() typedef
78 RefFn ref_fn = &test_apply_fn; in test_all()
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dlarge_arity.pass.cpp78 using RefFn = make_function_t<int &, Size>; in test_all() typedef
79 RefFn ref_fn = &test_apply_fn; in test_all()