Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h526 bool convertFromStringSpecials(StringRef str);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2813 bool IEEEFloat::convertFromStringSpecials(StringRef str) { in convertFromStringSpecials() function in llvm::detail::IEEEFloat
2889 if (convertFromStringSpecials(str)) in convertFromString()