Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp305 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
322 OS << "Float: " << GetApproxValue(getFloat()); in dump()
336 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
337 << ", " << GetApproxValue(getComplexFloatImag()); in dump()
398 Out << GetApproxValue(getFloat()); in printPretty()
415 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
416 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()