Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h209 inline bool tryGetFromHex(StringRef Input, std::string &Output) { in tryGetFromHex() function
239 bool GotHex = tryGetFromHex(Input, Hex); in fromHex()