Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2013 bool IsHexFloat = true; in LexNumericConstant() local
2016 IsHexFloat = false; in LexNumericConstant()
2019 IsHexFloat = false; in LexNumericConstant()
2021 if (IsHexFloat) in LexNumericConstant()