Searched refs:getComplexIntImag (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 527 APSInt &getComplexIntImag() { 531 const APSInt &getComplexIntImag() const { 532 return const_cast<APValue*>(this)->getComplexIntImag();
|
| H A D | PropertiesBase.td | 307 let Read = [{ node.getComplexIntImag() }];
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 338 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue() 461 assert(getComplexIntImag().needsCleanup() == in needsCleanup() 602 profileIntValue(ID, getComplexIntImag()); in Profile() 751 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
|
| H A D | ExprConstant.cpp | 1609 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function 1626 IntImag = v.getComplexIntImag(); in setFrom() 2739 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool() 4069 return handler.found(Index ? O->getComplexIntImag() in findSubobject() 7488 if (!visitInt(Val.getComplexIntImag(), EltTy, in visitComplex() 14431 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator() 15360 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag() 16265 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator() 16281 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator() 16321 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator() [all …]
|
| H A D | ItaniumMangle.cpp | 6518 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized() 6750 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 6752 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg() 6753 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag()); in mangleValueInTemplateArg()
|
| H A D | TextNodeDumper.cpp | 722 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
|
| H A D | MicrosoftMangle.cpp | 2116 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 790 llvm::APSInt imag = value.getComplexIntImag(); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2464 Value.getComplexIntImag()); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7894 S, ElemT, Val.getComplexIntImag(), Loc)}); in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaChecking.cpp | 10613 IntRange I = GetValueRange(result.getComplexIntImag(), MaxWidth); in GetValueRange()
|
| H A D | SemaDeclCXX.cpp | 17560 V.getComplexIntImag().toString(Str); in ConvertAPValueToString()
|