Home
last modified time | relevance | path

Searched refs:getComplexIntImag (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h527 APSInt &getComplexIntImag() {
531 const APSInt &getComplexIntImag() const {
532 return const_cast<APValue*>(this)->getComplexIntImag();
H A DPropertiesBase.td307 let Read = [{ node.getComplexIntImag() }];
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp338 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 DExprConstant.cpp1609 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 DItaniumMangle.cpp6518 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 DTextNodeDumper.cpp722 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
H A DMicrosoftMangle.cpp2116 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp790 llvm::APSInt imag = value.getComplexIntImag(); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2464 Value.getComplexIntImag()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7894 S, ElemT, Val.getComplexIntImag(), Loc)}); in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp10613 IntRange I = GetValueRange(result.getComplexIntImag(), MaxWidth); in GetValueRange()
H A DSemaDeclCXX.cpp17560 V.getComplexIntImag().toString(Str); in ConvertAPValueToString()