Home
last modified time | relevance | path

Searched refs:ComplexFloat (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp34 constexpr _Complex float ComplexFloat = 3.1415f + 42i; in Test() local
44 …constexpr _Complex float ArrayOfComplexFloat[10] = {ComplexFloat, ComplexFloat, ComplexInt, Comple… in Test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp54 template<_Complex float> struct ComplexFloat {}; struct
55 using CF = ComplexFloat<1.0f + 3.0fi>; // FIXME: expected-error {{sorry}}
56 using CF = ComplexFloat<1.0f + 3.0fi>; // FIXME: expected-error {{sorry}}
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp31 template<_Complex float ci> struct ComplexFloat; // cxx17-error {{cannot have type '_Complex float'…
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp339 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()
H A DTextNodeDumper.cpp418 case APValue::ComplexFloat: in isSimpleAPValue()
529 case APValue::ComplexFloat: in Visit()
H A DItaniumMangle.cpp5544 case APValue::ComplexFloat: in isZeroInitialized()
5761 case APValue::ComplexFloat: { in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1844 case APValue::ComplexFloat: in mangleTemplateArgValue()
H A DExprConstant.cpp2502 case APValue::ComplexFloat: in HandleConversionToBool()
4359 case APValue::ComplexFloat: in found()
4511 case APValue::ComplexFloat: in found()
6908 case APValue::ComplexFloat: in visit()
H A DASTImporter.cpp9671 case APValue::ComplexFloat: in ImportAPValue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h136 ComplexFloat,
397 bool isComplexFloat() const { return Kind == ComplexFloat; }
653 Kind = ComplexFloat;
H A DPropertiesBase.td304 let Class = PropertyTypeCase<APValue, "ComplexFloat"> in {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp45 using ComplexFloat = _Complex float; typedef
588 static_assert(__is_aggregate(ComplexFloat), ""); in is_aggregate()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2108 case APValue::ComplexFloat: { in tryEmitPrivate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp7111 case APValue::ComplexFloat: in CheckTemplateArgument()