Home
last modified time | relevance | path

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

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