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.cpp2058 bool IsHexFloat = true; in LexNumericConstant() local
2061 IsHexFloat = false; in LexNumericConstant()
2064 IsHexFloat = false; in LexNumericConstant()
2066 if (IsHexFloat) in LexNumericConstant()