Searched refs:getComplexIntReal (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 337 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 D | ExprConstant.cpp | 1584 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 D | ItaniumMangle.cpp | 6245 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized() 6476 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg() 6478 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntReal()); in mangleValueInTemplateArg()
|
H A D | TextNodeDumper.cpp | 667 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
|
H A D | MicrosoftMangle.cpp | 2062 mangleNumber(V.getComplexIntReal()); in mangleTemplateArgValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 301 let Read = [{ node.getComplexIntReal() }];
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2345 Value.getComplexIntReal()); in tryEmitPrivate()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 7430 S, ElemT, Val.getComplexIntReal(), Loc), in BuildExpressionFromNonTypeTemplateArgumentValue()
|
H A D | SemaChecking.cpp | 9445 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()
|
H A D | SemaDeclCXX.cpp | 17082 V.getComplexIntReal().toString(Str); in ConvertAPValueToString()
|