OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefFn
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
reference.cpp
135
typedef int &(*
RefFn
)();
137
RefFn
getRef = (
RefFn
)opaque;
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
large_arity.pass.cpp
78
using
RefFn
= make_function_t<int &, Size>;
79
RefFn
ref_fn = &test_apply_fn;
Completed in 183 milliseconds