Searched refs:ComplexInt (Results 1 – 16 of 16) 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()
54 template<_Complex int> struct ComplexInt {}; struct 55 using CI = ComplexInt<1 + 3i>;56 using CI = ComplexInt<3i + 1>;
336 case ComplexInt: in APValue() 418 else if (Kind == ComplexInt) in DestroyDataAndMakeUninit() 461 case ComplexInt: in needsCleanup() 601 case ComplexInt: in Profile() 751 case APValue::ComplexInt: in printPretty() 1140 case APValue::ComplexInt: in getLVForValue()
593 case APValue::ComplexInt: in dumpAPValueChildren() 697 case APValue::ComplexInt: in Visit() 698 OS << "ComplexInt "; in Visit()
6424 case APValue::ComplexInt: in mangleValueInTemplateArg() 6651 case APValue::ComplexInt: { in mangleValueInTemplateArg()
2100 case APValue::ComplexInt: in mangleTemplateArgValue()
2732 case APValue::ComplexInt: in HandleIntToIntCast() 4687 case APValue::ComplexInt: in foundPointer() 4841 case APValue::ComplexInt:7322 case APValue::ComplexInt: in visit()
10338 case APValue::ComplexInt: in ImportAPValue()
32 template<_Complex int ci> struct ComplexInt; // cxx17-error {{cannot have type '_Complex int' befor…
135 ComplexInt,470 bool isComplexInt() const { return Kind == ComplexInt; }722 Kind = ComplexInt;
301 let Class = PropertyTypeCase<APValue, "ComplexInt"> in {
49 using ComplexInt = _Complex int; typedef 600 static_assert(__is_aggregate(ComplexInt)); in is_aggregate()
2426 case APValue::ComplexInt: { in setAddrOfConstantCompoundLiteral()
7669 case APValue::ComplexInt: { in CheckTemplateArgumentPointerToMember()
17177 case APValue::ValueKind::ComplexInt: { in EvaluateStaticAssertMessageAsString()