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 471 isLongLong = false;
537 if (isLong || isLongLong) break; // Cannot be repeated.
543 isLongLong = true;
552 if (isFPConstant || isLong || isLongLong) break;
587 isLongLong = true;
    [all...]
PPExpressions.cpp 231 if (!PP.getLangOpts().C99 && Literal.isLongLong) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 40 milliseconds