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