Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1067 bool ExpOverflowOccurred = false; in GetFixedPointValue() local
1087 ExpOverflowOccurred = true; in GetFixedPointValue()
1118 ExpOverflowOccurred = true; in GetFixedPointValue()
1172 return IntOverflowOccurred || ExpOverflowOccurred; in GetFixedPointValue()