Searched refs:ComplexInt (Results 1 – 14 of 14) sorted by relevance
30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local38 constexpr _Complex int ArrayOfComplexInt[10] = {ComplexInt, ComplexInt, ComplexInt, ComplexInt}; in Test()44 …expr _Complex float ArrayOfComplexFloat[10] = {ComplexFloat, ComplexFloat, ComplexInt, ComplexInt}; in Test()
50 template<_Complex int> struct ComplexInt {}; struct51 using CI = ComplexInt<1 + 3i>; // FIXME: expected-error {{sorry}}52 using CI = ComplexInt<1 + 3i>; // FIXME: expected-error {{sorry}}
32 template<_Complex int ci> struct ComplexInt; // cxx17-error {{cannot have type '_Complex int' befor…
335 case ComplexInt: in APValue()410 else if (Kind == ComplexInt) in DestroyDataAndMakeUninit()452 case ComplexInt: in needsCleanup()588 case ComplexInt: in Profile()735 case APValue::ComplexInt: in printPretty()1124 case APValue::ComplexInt: in getLVForValue()
417 case APValue::ComplexInt: in isSimpleAPValue()521 case APValue::ComplexInt: in Visit()
5548 case APValue::ComplexInt: in isZeroInitialized()5775 case APValue::ComplexInt: { in mangleValueInTemplateArg()
1833 case APValue::ComplexInt: in mangleTemplateArgValue()
2498 case APValue::ComplexInt: in HandleConversionToBool()4358 case APValue::ComplexInt: in found()4507 case APValue::ComplexInt: in found()6907 case APValue::ComplexInt: in visit()
9670 case APValue::ComplexInt: in ImportAPValue()
135 ComplexInt,396 bool isComplexInt() const { return Kind == ComplexInt; }648 Kind = ComplexInt;
295 let Class = PropertyTypeCase<APValue, "ComplexInt"> in {
46 using ComplexInt = _Complex int; typedef587 static_assert(__is_aggregate(ComplexInt), ""); in is_aggregate()
2085 case APValue::ComplexInt: { in tryEmitPrivate()
7110 case APValue::ComplexInt: in CheckTemplateArgument()