Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLiteralSupport.cpp718 bool noSignificand = (s == DigitsBegin); in ParseNumberStartingWithZero() local
726 noSignificand &= (floatDigitsBegin == s); in ParseNumberStartingWithZero()
729 if (noSignificand) { in ParseNumberStartingWithZero()