Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1448 bool ExpOverflowOccurred = false; in GetFixedPointValue() local
1468 ExpOverflowOccurred = true; in GetFixedPointValue()
1499 ExpOverflowOccurred = true; in GetFixedPointValue()
1553 return IntOverflowOccurred || ExpOverflowOccurred; in GetFixedPointValue()