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