Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp896 constexpr bool erroneous_array_bound_nothrow(long long n) { in erroneous_array_bound_nothrow() function
902 static_assert(erroneous_array_bound_nothrow(3));
903 static_assert(erroneous_array_bound_nothrow(0));
904 static_assert(!erroneous_array_bound_nothrow(-1));
905 static_assert(!erroneous_array_bound_nothrow(1LL << 62));