Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp338 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()
462 getComplexIntReal().needsCleanup() && in needsCleanup()
465 return getComplexIntReal().needsCleanup(); in needsCleanup()
601 profileIntValue(ID, getComplexIntReal()); in Profile()
751 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
H A DExprConstant.cpp1608 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function
1625 IntReal = v.getComplexIntReal(); in setFrom()
2738 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()
4070 : O->getComplexIntReal(), ObjType); in findSubobject()
4858 return found(Subobj.getComplexIntReal(), in found()
7485 if (!visitInt(Val.getComplexIntReal(), EltTy, in visitComplex()
14430 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() && in EvaluateComparisonBinaryOperator()
15316 return Success(C.getComplexIntReal(), E); in VisitCastExpr()
15347 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()
16264 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6518 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()
6749 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg()
6751 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp722 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
H A DMicrosoftMangle.cpp2114 mangleNumber(V.getComplexIntReal()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h519 APSInt &getComplexIntReal() {
523 const APSInt &getComplexIntReal() const {
524 return const_cast<APValue*>(this)->getComplexIntReal();
H A DPropertiesBase.td304 let Read = [{ node.getComplexIntReal() }];
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp789 llvm::APSInt real = value.getComplexIntReal(); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2462 Value.getComplexIntReal()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7892 S, ElemT, Val.getComplexIntReal(), Loc), in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp10612 IntRange R = GetValueRange(result.getComplexIntReal(), MaxWidth); in GetValueRange()
H A DSemaDeclCXX.cpp17558 V.getComplexIntReal().toString(Str); in ConvertAPValueToString()