Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp575 bool isFPConstant = isFloatingLiteral(); in NumericLiteralParser() local
584 if (!isFPConstant) break; // Error for integer constant. in NumericLiteralParser()
590 if (isFPConstant) break; // Error for floating constant. in NumericLiteralParser()
602 if (isFPConstant) break; // long long invalid for floats. in NumericLiteralParser()
615 if (!isFPConstant) { in NumericLiteralParser()
684 << StringRef(SuffixBegin, ThisTokEnd-SuffixBegin) << isFPConstant; in NumericLiteralParser()