Home
last modified time | relevance | path

Searched refs:OldRes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp48 uint64_t OldRes = Result; in atoull() local
51 if (Result < OldRes) { // Uh, oh, overflow detected!!! in atoull()
62 uint64_t OldRes = Result; in HexIntToVal() local
66 if (Result < OldRes) { // Uh, oh, overflow detected!!! in HexIntToVal()