Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/
Dobjc_support.compile.pass.mm20 static_assert(std::is_same<std::add_pointer<id>::type, id*>::value, ""); function
21 static_assert(std::is_same<std::add_pointer<I>::type, I*>::value, ""); function
24 static_assert(std::is_same<std::add_lvalue_reference<id>::type, id&>::value, ""); function
25 static_assert(std::is_same<std::add_lvalue_reference<I>::type, I&>::value, ""); function
28 static_assert(std::is_same<std::add_rvalue_reference<id>::type, id&&>::value, ""); function
29 static_assert(std::is_same<std::add_rvalue_reference<I>::type, I&&>::value, ""); function
32 static_assert(std::is_same<std::decay<id>::type, id>::value, ""); function
33 static_assert(std::is_same<std::decay<I>::type, I>::value, ""); function
34 static_assert(std::is_same<std::decay<id(&)[5]>::type, id*>::value, ""); function
47 static_assert(std::is_same<std::remove_all_extents<id>::type, id>::value, ""); function
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/type_traits/
Dis_scalar.objc.pass.mm24 static_assert(std::is_scalar<void (^)(void)>::value, ""); function
25 static_assert(std::is_scalar<void (^)()>::value, ""); function
26 static_assert(std::is_scalar<void (^)(Arg<0>)>::value, ""); function
27 static_assert(std::is_scalar<void (^)(Arg<0>, Arg<1>)>::value, ""); function
28 static_assert(std::is_scalar<void (^)(Arg<0>, Arg<1>, Arg<2>)>::value, ""); function
29 static_assert(std::is_scalar<Foo (^)(void)>::value, ""); function
30 static_assert(std::is_scalar<Foo (^)()>::value, ""); function
31 static_assert(std::is_scalar<Foo (^)(Arg<0>)>::value, ""); function
32 static_assert(std::is_scalar<Foo (^)(Arg<0>, Arg<1>)>::value, ""); function
33 static_assert(std::is_scalar<Foo (^)(Arg<0>, Arg<1>, Arg<2>)>::value, ""); function
/external/strace/
Dstatic_assert.h40 # define static_assert _Static_assert macro
44 # define static_assert(expr, message) \ macro
/external/virglrenderer/src/mesa/compat/
Dc11_compat.h21 #define static_assert _Static_assert macro
/external/mesa3d/include/
Dc11_compat.h21 #define static_assert _Static_assert macro
/external/musl/include/
Dassert.h12 #define static_assert _Static_assert macro
/external/pigweed/pw_assert/public/pw_assert/internal/
Dlibc_assert.h33 #define static_assert _Static_assert macro
/external/pigweed/pw_log_zephyr/public_overrides/
Dzephyr_custom_log.h22 #define static_assert(...) macro
/external/clang/test/SemaTemplate/
Dinstantiate-array.cpp8 #define static_assert(__b, __m) \ macro
/external/clang/test/Lexer/
Dcxx0x_keyword_as_cxx98.cpp21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0]; macro
/external/clang/test/Modules/
Dtemplates.mm72 static_assert(size_left == size_right, "same field both ways"); function
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp5.cpp43 #define static_assert(B, S) typedef int assert_failed[(B) ? 1 : -1]; macro
/external/rust/crates/os_str_bytes/src/windows/wtf8/
Dconvert.rs19 macro_rules! static_assert { macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp82 #define static_assert macro
/external/clang/test/SemaCXX/
Dexpression-traits.cpp20 # define static_assert(b_, m_) \ macro
Dabstract.cpp7 #define static_assert(__b, __m) \ macro
Dcxx1y-variable-templates_in_class.cpp8 #define static_assert(expr, msg) typedef int static_assert[(expr) ? 1 : -1]; macro
/external/rust/crates/percent-encoding/src/
Dlib.rs115 macro_rules! static_assert { macro
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_detail.h100 #define static_assert(c, msg) __attribute__((unused)) static char static_assert_failed_ ## msg[c ? … macro
/external/libusb/include/libusb/
Dlibusbi.h44 #define static_assert(cond, msg) _Static_assert(cond, msg) macro
/external/libusb/libusb/
Dlibusbi.h44 #define static_assert(cond, msg) _Static_assert(cond, msg) macro
/external/f2fs-tools/include/
Df2fs_fs.h77 #define static_assert _Static_assert macro