Searched refs:OldRes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 47 uint64_t OldRes = Result; in atoull() local 50 if (Result < OldRes) { // Uh, oh, overflow detected!!! in atoull() 61 uint64_t OldRes = Result; in HexIntToVal() local 71 if (Result < OldRes) { // Uh, oh, overflow detected!!! in HexIntToVal()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 52 uint64_t OldRes = Result; in atoull() local 55 if (Result < OldRes) { // Uh, oh, overflow detected!!! in atoull() 66 uint64_t OldRes = Result; in HexIntToVal() local 70 if (Result < OldRes) { // Uh, oh, overflow detected!!! in HexIntToVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 49 uint64_t OldRes = Result; in atoull() local 52 if (Result < OldRes) { // Uh, oh, overflow detected!!! in atoull() 63 uint64_t OldRes = Result; in HexIntToVal() local 67 if (Result < OldRes) { // Uh, oh, overflow detected!!! in HexIntToVal()
|