Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp30 constexpr _Complex int ComplexInt = 42 + 24i; in Test() local
38 constexpr _Complex int ArrayOfComplexInt[10] = {ComplexInt, ComplexInt, ComplexInt, ComplexInt}; in Test()
44 …expr _Complex float ArrayOfComplexFloat[10] = {ComplexFloat, ComplexFloat, ComplexInt, ComplexInt}; in Test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp50 template<_Complex int> struct ComplexInt {}; struct
51 using CI = ComplexInt<1 + 3i>; // FIXME: expected-error {{sorry}}
52 using CI = ComplexInt<1 + 3i>; // FIXME: expected-error {{sorry}}
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp32 template<_Complex int ci> struct ComplexInt; // cxx17-error {{cannot have type '_Complex int' befor…
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp335 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()
H A DTextNodeDumper.cpp417 case APValue::ComplexInt: in isSimpleAPValue()
521 case APValue::ComplexInt: in Visit()
H A DItaniumMangle.cpp5548 case APValue::ComplexInt: in isZeroInitialized()
5775 case APValue::ComplexInt: { in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1833 case APValue::ComplexInt: in mangleTemplateArgValue()
H A DExprConstant.cpp2498 case APValue::ComplexInt: in HandleConversionToBool()
4358 case APValue::ComplexInt: in found()
4507 case APValue::ComplexInt: in found()
6907 case APValue::ComplexInt: in visit()
H A DASTImporter.cpp9670 case APValue::ComplexInt: in ImportAPValue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h135 ComplexInt,
396 bool isComplexInt() const { return Kind == ComplexInt; }
648 Kind = ComplexInt;
H A DPropertiesBase.td295 let Class = PropertyTypeCase<APValue, "ComplexInt"> in {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp46 using ComplexInt = _Complex int; typedef
587 static_assert(__is_aggregate(ComplexInt), ""); in is_aggregate()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp2085 case APValue::ComplexInt: { in tryEmitPrivate()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp7110 case APValue::ComplexInt: in CheckTemplateArgument()