Home
last modified time | relevance | path

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

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