Searched defs:parseInt (Results 1 – 2 of 2) sorted by relevance
41 static bool parseInt(StringRef &input, unsigned &value) { in parseInt() function
1296 static std::optional<uint64_t> parseInt(StringRef tok) { in parseInt() function