Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1559 bool ExpOverflowOccurred = false; in GetFixedPointValue() local
1580 ExpOverflowOccurred = true; in GetFixedPointValue()
1611 ExpOverflowOccurred = true; in GetFixedPointValue()
1665 return IntOverflowOccurred || ExpOverflowOccurred; in GetFixedPointValue()