Searched defs:ComplexInt (Results 1 – 4 of 4) sorted by relevance
30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local
54 template<_Complex int> struct ComplexInt {}; struct
49 using ComplexInt = _Complex int; typedef