Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1450 bool ExpOverflowOccurred = false; in GetFixedPointValue() local
1470 ExpOverflowOccurred = true; in GetFixedPointValue()
1501 ExpOverflowOccurred = true; in GetFixedPointValue()
1555 return IntOverflowOccurred || ExpOverflowOccurred; in GetFixedPointValue()