Searched
full:static_assert (Results
651 -
675 of
918) sorted by null
<<21222324252627282930>>
/external/clang/test/CXX/special/class.inhctor/ |
p2.cpp | 86 static_assert(ce.k == 'a', ""); 87 static_assert(ce.k2 == 'x', "");
|
/external/clang/test/SemaCXX/ |
member-init.cpp | 43 static_assert(!noexcept(Throw()), "incorrect exception specification"); 44 static_assert(noexcept(NoThrow()), "incorrect exception specification");
|
trailing-return-0x.cpp | 11 static_assert(sizeof(U) == 0, "expected type failure");
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.cast/ |
duration_cast.pass.cpp | 29 static_assert((std::is_same<R, ToDuration>::value), ""); 49 static_assert(h.count() == 2, "");
|
/external/clang/test/Analysis/ |
misc-ps-cxx0x.cpp | 4 static_assert(sizeof(void *) == sizeof(void*), "test_static_assert");
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
p3.cpp | 42 static_assert(U<int>::a == 0, "");
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/ |
p1.cpp | 47 // array as this is often used to simulate static_assert with template
|
/external/clang/test/Parser/ |
cxx0x-decl.cpp | 36 static_assert(something, ""); // expected-error {{undeclared identifier}}
|
/external/v8/src/ |
preparse-data.cc | 69 STATIC_ASSERT(PreparseDataConstants::kMessageStartPos == 0); 71 STATIC_ASSERT(PreparseDataConstants::kMessageEndPos == 1); 73 STATIC_ASSERT(PreparseDataConstants::kMessageArgCountPos == 2); 75 STATIC_ASSERT(PreparseDataConstants::kMessageTextPos == 3);
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/ |
vector_bool.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
const_mem_fun1_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A, unsigned, double>, F>::value), "");
|
const_mem_fun1_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<const A*, unsigned, double>, F>::value), "");
|
const_mem_fun_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A, int>, F>::value), "");
|
const_mem_fun_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<const A*, int>, F>::value), "");
|
mem_fun1_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A, int, short>, F>::value), "");
|
mem_fun1_t.pass.cpp | 29 static_assert((std::is_base_of<std::binary_function<A*, int, short>, F>::value), "");
|
mem_fun_ref_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A, char>, F>::value), "");
|
mem_fun_t.pass.cpp | 29 static_assert((std::is_base_of<std::unary_function<A*, char>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/syserr.hash/ |
error_code.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
values.pass.cpp | 35 static_assert(E::table_size == 256, "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string.hash/ |
strings.pass.cpp | 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
is_placeholder.pass.cpp | 20 static_assert(std::is_placeholder<T>::value == Expected, "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bitwise.operations/ |
bit_and.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_or.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
bit_xor.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
Completed in 409 milliseconds
<<21222324252627282930>>