Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/AST/Interp/
H A Dcomplex.cpp
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp54 template<_Complex int> struct ComplexInt {}; struct
55 using CI = ComplexInt<1 + 3i>;
56 using CI = ComplexInt<3i + 1>;
/llvm-project/clang/lib/AST/
H A DAPValue.cpp336 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()
H A DTextNodeDumper.cpp593 case APValue::ComplexInt: in dumpAPValueChildren()
697 case APValue::ComplexInt: in Visit()
698 OS << "ComplexInt "; in Visit()
H A DItaniumMangle.cpp6424 case APValue::ComplexInt: in mangleValueInTemplateArg()
6651 case APValue::ComplexInt: { in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp2100 case APValue::ComplexInt: in mangleTemplateArgValue()
H A DExprConstant.cpp2732 case APValue::ComplexInt: in HandleIntToIntCast()
4687 case APValue::ComplexInt: in foundPointer()
4841 case APValue::ComplexInt:
7322 case APValue::ComplexInt: in visit()
H A DASTImporter.cpp10338 case APValue::ComplexInt: in ImportAPValue()
/llvm-project/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/clang/include/clang/AST/
H A DAPValue.h135 ComplexInt,
470 bool isComplexInt() const { return Kind == ComplexInt; }
722 Kind = ComplexInt;
H A DPropertiesBase.td301 let Class = PropertyTypeCase<APValue, "ComplexInt"> in {
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp49 using ComplexInt = _Complex int; typedef
600 static_assert(__is_aggregate(ComplexInt)); in is_aggregate()
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2426 case APValue::ComplexInt: { in setAddrOfConstantCompoundLiteral()
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7669 case APValue::ComplexInt: { in CheckTemplateArgumentPointerToMember()
H A DSemaDeclCXX.cpp17177 case APValue::ValueKind::ComplexInt: { in EvaluateStaticAssertMessageAsString()