Searched defs:ftostr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp205 static inline std::string ftostr(const APFloat& V) { function
214 return "<unknown format in ftostr>"; // error
241 std::string StrVal = ftostr(CFP->getValueAPF());

Completed in 304 milliseconds