Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1068 bool NegativeExponent = false; in GetFixedPointValue() local
1078 NegativeExponent = *Ptr == '-'; in GetFixedPointValue()
1079 if (NegativeExponent) ++Ptr; in GetFixedPointValue()
1090 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()