Searched refs:CompileAssert (Results 1 – 13 of 13) sorted by relevance
490 struct CompileAssert {}; struct491 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[502 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
90 template <bool b> struct CompileAssert;91 template <> struct CompileAssert<true> {};93 enum { assert_##msg = sizeof(CompileAssert<bool(expr)>) }
518 struct CompileAssert {}; struct519 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[530 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
497 struct CompileAssert {}; struct498 typedef CompileAssert expected_sizeof_double_neq_sizeof_bool[509 typedef ::fLB::CompileAssert FLAG_##name##_value_is_not_a_bool[ \
110 struct CompileAssert { struct
26 TEST(MacrosTest, CompileAssert) { in TEST() argument
709 struct CompileAssert { struct713 typedef ::testing::internal::CompileAssert<(bool(expr))> \
1486 struct CompileAssert {};1494 typedef CompileAssert<(static_cast<bool>(expr))> GG_PRIVATE_CAT( \
1038 struct CompileAssert { struct1042 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1100 struct CompileAssert { struct1104 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
1919 struct CompileAssert {1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \
2304 struct CompileAssert {2308 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \