Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1111 bool NegativeExponent = false; in GetFixedPointValue() local
1121 NegativeExponent = *Ptr == '-'; in GetFixedPointValue()
1122 if (NegativeExponent) ++Ptr; in GetFixedPointValue()
1133 if (NegativeExponent) BaseShift -= Exponent; in GetFixedPointValue()