Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp152 struct ConvToFunctionDeducingNoexcept { struct
155 void (&fn5)(int) noexcept(false) = ConvToFunctionDeducingNoexcept();
156 void (&fn6)(int) noexcept(true) = ConvToFunctionDeducingNoexcept();