Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
448 getComplexFloatReal().needsCleanup() && in needsCleanup()
451 return getComplexFloatReal().needsCleanup(); in needsCleanup()
584 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
739 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1520 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1538 FloatReal = v.getComplexFloatReal(); in setFrom()
2506 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3761 : O->getComplexFloatReal(), ObjType); in findSubobject()
4514 return found(Subobj.getComplexFloatReal(), in found()
12915 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
14265 Result = V.getComplexFloatReal(); in VisitCastExpr()
14539 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14553 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14574 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5546 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
5767 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
5769 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp533 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp1851 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h461 APFloat &getComplexFloatReal() {
465 const APFloat &getComplexFloatReal() const {
466 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td308 node.getComplexFloatReal().getSemantics());
316 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp2111 Value.getComplexFloatReal()); in tryEmitPrivate()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16674 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
H A DSemaChecking.cpp12795 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()