Searched defs:bool_constant (Results 1 – 7 of 7) sorted by relevance
16 template <bool V> using bool_constant = cpp::integral_constant<bool, V>; global() variable
42 using bool_constant = integral_constant<bool, __b>; global() variable
14 using bool_constant = integral_constant<bool, B>; variable
183 struct bool_constant global() struct 185 valuepr12699::bool_constant global() argument
23 using bool_constant = integral_constant<bool, _Val>; typedef
168 template<bool B> struct bool_constant global() struct 169 valuecwg2565::bool_constant global() argument
124 TEST(LlvmLibcTypeTraitsTest,bool_constant) TEST() argument