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