HomeSort by relevance Sort by last modified time
    Searched full:nosignificand (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Lex/
LiteralSupport.cpp 643 bool noSignificand = (s == DigitsBegin);
651 noSignificand &= (floatDigitsBegin == s);
654 if (noSignificand) {
    [all...]

Completed in 53 milliseconds