Searched
full:static_assert (Results
626 -
650 of
1130) sorted by null
<<21222324252627282930>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/ |
types.pass.cpp | 23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/ |
cmatch.pass.cpp | 19 static_assert((std::is_same<std::match_results<const char*>, std::cmatch>::value), "");
|
cregex_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_iterator<const char*>, std::cregex_iterator>::value), "");
|
cregex_token_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
|
csub_match.pass.cpp | 19 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
|
regex.pass.cpp | 19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
|
smatch.pass.cpp | 19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
|
sregex_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
|
sregex_token_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
|
ssub_match.pass.cpp | 19 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
|
wcmatch.pass.cpp | 19 static_assert((std::is_same<std::match_results<const wchar_t*>, std::wcmatch>::value), "");
|
wcregex_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_iterator<const wchar_t*>, std::wcregex_iterator>::value), "");
|
wcregex_token_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
|
wcsub_match.pass.cpp | 19 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
|
wregex.pass.cpp | 19 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
|
wsmatch.pass.cpp | 19 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
|
wsregex_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
|
wsregex_token_iterator.pass.cpp | 19 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
|
wssub_match.pass.cpp | 19 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.future_error/ |
types.pass.cpp | 19 static_assert((std::is_convertible<std::future_error*,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.overview/ |
is_error_code_enum_future_errc.pass.cpp | 18 static_assert(std::is_error_code_enum<std::future_errc>::value, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/ |
uses_allocator.pass.cpp | 23 static_assert((std::uses_allocator<std::packaged_task<double(int, char)>, test_allocator<int> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/ |
types.pass.cpp | 25 static_assert((std::is_same<std::packaged_task<A(int, char)>::result_type, A>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
native_handle.pass.cpp | 22 static_assert((std::is_same<std::condition_variable::native_handle_type,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/ |
types.pass.cpp | 25 static_assert((std::is_same<std::lock_guard<std::mutex>::mutex_type,
|
Completed in 142 milliseconds
<<21222324252627282930>>