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 63 bool isLongLong;
  /external/clang/lib/Lex/
LiteralSupport.cpp 522 isLongLong = false;
594 if (isLong || isLongLong) break; // Cannot be repeated.
600 isLongLong = true;
609 if (isLong || isLongLong || MicrosoftInteger)
681 isLongLong = false;
    [all...]
PPExpressions.cpp 235 if (!PP.getLangOpts().C99 && Literal.isLongLong) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 244 milliseconds