Searched defs:to_float (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { function in namespace:llvm::detail
211 inline bool to_float(const Twine &T, float &Num) { function in namespace:llvm
215 inline bool to_float(const Twine &T, double &Num) { function in namespace:llvm
219 inline bool to_float(const Twine &T, long double &Num) { function in namespace:llvm

Completed in 220 milliseconds