Searched refs:consumeSignedInteger (Results 1 – 2 of 2) sorted by relevance
462 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() function in llvm504 if (consumeSignedInteger(Str, Radix, Result)) in getAsSignedInteger()
49 bool consumeSignedInteger(StringRef &Str, unsigned Radix, long long &Result);550 if (consumeSignedInteger(*this, Radix, LLVal) || in consumeInteger()