Searched refs:ComplexFloat (Results 1 – 14 of 14) sorted by relevance
34 constexpr _Complex float ComplexFloat = 3.1415f + 42i; in Test() local44 …constexpr _Complex float ArrayOfComplexFloat[10] = {ComplexFloat, ComplexFloat, ComplexInt, Comple… in Test()
54 template<_Complex float> struct ComplexFloat {}; struct55 using CF = ComplexFloat<1.0f + 3.0fi>; // FIXME: expected-error {{sorry}}56 using CF = ComplexFloat<1.0f + 3.0fi>; // FIXME: expected-error {{sorry}}
31 template<_Complex float ci> struct ComplexFloat; // cxx17-error {{cannot have type '_Complex float'…
339 case ComplexFloat: in APValue()412 else if (Kind == ComplexFloat) in DestroyDataAndMakeUninit()446 case ComplexFloat: in needsCleanup()583 case ComplexFloat: in Profile()738 case APValue::ComplexFloat: in printPretty()1125 case APValue::ComplexFloat: in getLVForValue()
418 case APValue::ComplexFloat: in isSimpleAPValue()529 case APValue::ComplexFloat: in Visit()
5544 case APValue::ComplexFloat: in isZeroInitialized()5761 case APValue::ComplexFloat: { in mangleValueInTemplateArg()
1844 case APValue::ComplexFloat: in mangleTemplateArgValue()
2502 case APValue::ComplexFloat: in HandleConversionToBool()4359 case APValue::ComplexFloat: in found()4511 case APValue::ComplexFloat: in found()6908 case APValue::ComplexFloat: in visit()
9671 case APValue::ComplexFloat: in ImportAPValue()
136 ComplexFloat,397 bool isComplexFloat() const { return Kind == ComplexFloat; }653 Kind = ComplexFloat;
304 let Class = PropertyTypeCase<APValue, "ComplexFloat"> in {
45 using ComplexFloat = _Complex float; typedef588 static_assert(__is_aggregate(ComplexFloat), ""); in is_aggregate()
2108 case APValue::ComplexFloat: { in tryEmitPrivate()
7111 case APValue::ComplexFloat: in CheckTemplateArgument()