Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()
456 getComplexIntReal().needsCleanup() && in needsCleanup()
459 return getComplexIntReal().needsCleanup(); in needsCleanup()
591 profileIntValue(ID, getComplexIntReal()); in Profile()
741 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
H A DExprConstant.cpp1584 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function
1601 IntReal = v.getComplexIntReal(); in setFrom()
2596 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()
3848 : O->getComplexIntReal(), ObjType); in findSubobject()
4613 return found(Subobj.getComplexIntReal(), in found()
13608 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() && in EvaluateComparisonBinaryOperator()
14454 return Success(C.getComplexIntReal(), E); in VisitCastExpr()
14479 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()
15372 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()
15388 Result.getComplexIntReal() -= RHS.getComplexIntReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6245 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()
6476 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg()
6478 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp667 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
H A DMicrosoftMangle.cpp2062 mangleNumber(V.getComplexIntReal()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td301 let Read = [{ node.getComplexIntReal() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2345 Value.getComplexIntReal()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7430 S, ElemT, Val.getComplexIntReal(), Loc), in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp9445 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()
H A DSemaDeclCXX.cpp17082 V.getComplexIntReal().toString(Str); in ConvertAPValueToString()