Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1766 bool IsHexFloat = true; in LexNumericConstant() local
1769 IsHexFloat = false; in LexNumericConstant()
1772 IsHexFloat = false; in LexNumericConstant()
1774 if (IsHexFloat) in LexNumericConstant()