Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dlibstdcxx_is_nothrow_convertible_hack.cpp10 struct __is_nothrow_convertible { // expected-warning{{keyword '__is_nothrow_convertible' will be m… struct
14 using A = Same<__is_nothrow_convertible<int>::type, __is_nothrow_convertible<int>::type>; argument