Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() function
284 inline bool to_float(const Twine &T, float &Num) { in to_float() function
288 inline bool to_float(const Twine &T, double &Num) { in to_float() function
292 inline bool to_float(const Twine &T, long double &Num) { in to_float() function