Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1449 bool NegativeExponent = false; in GetFixedPointValue() local
1459 NegativeExponent = *Ptr == '-'; in GetFixedPointValue()
1460 if (NegativeExponent) ++Ptr; in GetFixedPointValue()
1471 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()