Home
last modified time | relevance | path

Searched defs:ExceptionIf (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dimplicit-exception-spec.cpp3 template<bool b> struct ExceptionIf { static int f(); }; struct
4 template<> struct ExceptionIf<false> { typedef int f; }; struct