Home
last modified time | relevance | path

Searched defs:to_float (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
297 inline bool to_float(const Twine &T, float &Num) { in to_float() function
301 inline bool to_float(const Twine &T, double &Num) { in to_float() function
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() function