Searched refs:static_assert (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/usr.bin/dtc/
H A Dutil.hh40 #ifndef static_assert
41 #define static_assert(x, y) ((void)0) macro
63 static_assert(sizeof(T) > 1,
/freebsd-10.1-release/include/
H A Dassert.h62 * Static assertions. In principle we could define static_assert for
71 #define static_assert _Static_assert macro
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtype_utils.hpp142 struct static_assert;
145 struct static_assert<true> struct in namespace:pb_ds::detail
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX_x86.cpp67 static_assert((sizeof(g_gpr_regnums_i386) / sizeof(g_gpr_regnums_i386[0])) == k_num_gpr_registers_i386,
108 static_assert((sizeof(g_fpu_regnums_i386) / sizeof(g_fpu_regnums_i386[0])) == k_num_fpr_registers_i386,
123 static_assert((sizeof(g_avx_regnums_i386) / sizeof(g_avx_regnums_i386[0])) == k_num_avx_registers_i386,
206 static_assert((sizeof(g_gpr_regnums_x86_64) / sizeof(g_gpr_regnums_x86_64[0])) == k_num_gpr_registers_x86_64,
255 static_assert((sizeof(g_fpu_regnums_x86_64) / sizeof(g_fpu_regnums_x86_64[0])) == k_num_fpr_registers_x86_64,
278 static_assert((sizeof(g_avx_regnums_x86_64) / sizeof(g_avx_regnums_x86_64[0])) == k_num_avx_registers_x86_64,
H A DRegisterInfos_mips64.h66 static_assert((sizeof(g_register_infos_mips64) / sizeof(g_register_infos_mips64[0])) == k_num_registers_mips64,
H A DRegisterInfos_i386.h187 static_assert((sizeof(g_register_infos_i386) / sizeof(g_register_infos_i386[0])) == k_num_registers_i386,
H A DRegisterInfos_x86_64.h249 static_assert((sizeof(g_register_infos_x86_64) / sizeof(g_register_infos_x86_64[0])) == k_num_registers_x86_64,
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp48 typedef detail::static_assert_dumclass<sizeof(detail::static_assert<(bool)(E)>)> UNIQUE##static_assert_type
H A Dhash_load_check_resize_trigger_imp.hpp48 typedef detail::static_assert_dumclass<sizeof(detail::static_assert<bool(E)>)> UNIQUE##static_assert_type
H A Dhash_standard_resize_policy_imp.hpp48 typedef detail::static_assert_dumclass<sizeof(detail::static_assert<(bool)(E)>)> UNIQUE##static_assert_type
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp60 static_assert_dumclass<sizeof(static_assert<(bool)(E)>)> \
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp65 typedef detail::static_assert_dumclass<sizeof(detail::static_assert<bool(E)>)> UNIQUE##_static_assert_type
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCompiler.h385 /// \brief Expands to C/C++'s static_assert on compilers which support it.
387 # define LLVM_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
/freebsd-10.1-release/contrib/libc++/src/
H A Dios.cpp136 static_assert(sizeof(locale) == sizeof(__loc_), "");
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp115 typedef static_assert_dumclass<sizeof(static_assert<(bool)(E)>)> \
H A Dinternal_node.hpp70 typedef static_assert_dumclass<sizeof(static_assert<(bool)(E)>)> UNIQUE##static_assert_type
/freebsd-10.1-release/sys/sys/
H A Dcdefs.h288 #define _Static_assert(x, y) static_assert(x, y)
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp110 typedef static_assert_dumclass<sizeof(static_assert<(bool)(E)>)> \
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp107 typedef static_assert_dumclass<sizeof(static_assert<(bool)(E)>)> \

Completed in 282 milliseconds