Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1110 bool ExpOverflowOccurred = false; in GetFixedPointValue() local
1130 ExpOverflowOccurred = true; in GetFixedPointValue()
1161 ExpOverflowOccurred = true; in GetFixedPointValue()
1215 return IntOverflowOccurred || ExpOverflowOccurred; in GetFixedPointValue()