OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f5da
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7-1y.cpp
87
decltype(auto)
f5da
(int n) { auto x = f(); return x; }
function
91
using Int = decltype(
f5da
(0));
Completed in 65 milliseconds