Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp31 typedef void (*vararg_func)(...); typedef
34 vararg_func implementation;
36 method(vararg_func implementation) : implementation(implementation) {} in method()