Home
last modified time | relevance | path

Searched refs:getComplexFloatReal (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
450 getComplexFloatReal().needsCleanup() && in needsCleanup()
453 return getComplexFloatReal().needsCleanup(); in needsCleanup()
586 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
744 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1579 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1597 FloatReal = v.getComplexFloatReal(); in setFrom()
2600 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3852 : O->getComplexFloatReal(), ObjType); in findSubobject()
4617 return found(Subobj.getComplexFloatReal(), in found()
13601 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
14990 Result = V.getComplexFloatReal(); in VisitCastExpr()
15364 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
15378 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
15399 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6241 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
6462 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
6464 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp675 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp2071 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h469 APFloat &getComplexFloatReal() {
473 const APFloat &getComplexFloatReal() const {
474 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td311 node.getComplexFloatReal().getSemantics());
319 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2368 Value.getComplexFloatReal()); in tryEmitPrivate()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7438 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp9762 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
H A DSemaDeclCXX.cpp17073 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()