Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
676 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1521 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1539 FloatReal = v.getComplexFloatReal(); in setFrom()
2486 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3742 : O->getComplexFloatReal(), ObjType); in findSubobject()
4461 return found(Subobj.getComplexFloatReal(), in found()
12564 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
13786 Result = V.getComplexFloatReal(); in VisitCastExpr()
14060 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14074 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14095 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5445 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
5623 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
5625 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp1816 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/netbsd-src/external/apache2/llvm/dist/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.td304 node.getComplexFloatReal().getSemantics());
312 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2075 Value.getComplexFloatReal()); in tryEmitPrivate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11160 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()