Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h503 bool convertFromStringSpecials(StringRef str);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp2549 bool IEEEFloat::convertFromStringSpecials(StringRef str) { in convertFromStringSpecials() function in llvm::detail::IEEEFloat
2578 if (convertFromStringSpecials(str)) in convertFromString()