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

  /external/clang/include/clang/Lex/
LiteralSupport.h 58 bool isLongLong;
  /external/clang/lib/Lex/
LiteralSupport.cpp 480 isLongLong = false;
547 if (isLong || isLongLong) break; // Cannot be repeated.
553 isLongLong = true;
562 if (isFPConstant || isLong || isLongLong) break;
597 isLongLong = true;
626 isLongLong = false;
    [all...]
PPExpressions.cpp 236 if (!PP.getLangOpts().C99 && Literal.isLongLong) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 284 milliseconds