Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2077 bool IsHexFloat = true; in LexNumericConstant() local
2080 IsHexFloat = false; in LexNumericConstant()
2083 IsHexFloat = false; in LexNumericConstant()
2085 if (IsHexFloat) in LexNumericConstant()