HomeSort by relevance Sort by last modified time
    Searched refs:isLongLong (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
LiteralSupport.cpp 405 isLongLong = false;
471 if (isLong || isLongLong) break; // Cannot be repeated.
477 isLongLong = true;
486 if (isFPConstant || isLong || isLongLong) break;
521 isLongLong = true;
    [all...]
PPExpressions.cpp 223 if (!PP.getLangOpts().C99 && Literal.isLongLong)
  /external/clang/include/clang/Lex/
LiteralSupport.h 56 bool isLongLong;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 92 milliseconds