Searched defs:bool_constant (Results 1 – 9 of 9) sorted by relevance
16 template <bool V> using bool_constant = cpp::integral_constant<bool, V>; variable
42 using bool_constant = integral_constant<bool, __b>; variable
183 struct bool_constant struct185 static const bool value = B;
52 using bool_constant = integral_constant<bool, kValue>; variable
85 using bool_constant = integral_constant<bool, B>; variable102 struct bool_constant : public integral_constant<bool, B> {}; struct
274 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
254 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
124 TEST(LlvmLibcTypeTraitsTest, bool_constant) { in TEST() argument
265 int bool_constant; member