Home
last modified time | relevance | path

Searched refs:getComplexIntImag (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()
455 assert(getComplexIntImag().needsCleanup() == in needsCleanup()
592 profileIntValue(ID, getComplexIntImag()); in Profile()
741 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
H A DExprConstant.cpp1585 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function
1602 IntImag = v.getComplexIntImag(); in setFrom()
2597 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
3847 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
13609 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
14492 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
15373 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
15389 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
15429 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
15430 Result.getComplexIntImag() = in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6245 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()
6477 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()
6479 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()
6480 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp667 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
H A DMicrosoftMangle.cpp2064 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td304 let Read = [{ node.getComplexIntImag() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2347 Value.getComplexIntImag()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7432 S, ElemT, Val.getComplexIntImag(), Loc)}); in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp9446 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
H A DSemaDeclCXX.cpp17084 V.getComplexIntImag().toString(Str); in ConvertAPValueToString()