Home
last modified time | relevance | path

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

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