Searched refs:bool_constant (Results 1 – 12 of 12) sorted by relevance
8 pub type bool_constant = u8; typedef
10 using bool_constant = integral_constant<bool, B>; typedef
232 using bool_constant = std::integral_constant<bool, B>;269 struct negation : bool_constant<!static_cast<bool>(B::value)> {};
22 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
880 using IsCancellable = bool_constant<1250 GetInvokeFunc<Invoker>(bool_constant<kIsOnce>());
263 int bool_constant; member
1356 primary_expression.bool_constant in print()
483 $$->primary_expression.bool_constant = $1;
2118 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant)); in do_hir()
1891 using bool_constant = std::integral_constant<bool, B>;
858 : public bool_constant<
16599 …<typedef-decl name='bool_constant<(false)>' type-id='f4edc297' filepath='external/libcxx/inc…16600 …<typedef-decl name='bool_constant<(true)>' type-id='249572b2' filepath='external/libcxx/incl…