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