Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp41 static bool parseInt(StringRef &input, unsigned &value) { in parseInt() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1296 static std::optional<uint64_t> parseInt(StringRef tok) { in parseInt() function