HomeSort by: relevance | last modified time | path
    Searched refs:TST_int128 (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 52 TST_int128,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 366 case TST_int128:
552 case DeclSpec::TST_int128: return "__int128";
1168 (TypeSpecType != TST_int) && (TypeSpecType != TST_int128)) ||
1175 if ((TypeSpecType == TST_int128) &&
1195 (TypeSpecType == TST_int128) ||
1246 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
SemaTemplateVariadic.cpp 888 case TST_int128:
SemaType.cpp 1497 case DeclSpec::TST_int128:
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 268 static const TST TST_int128 = clang::TST_int128;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 2209 DS.SetTypeSpecType(DeclSpec::TST_int128, Loc, PrevSpec, DiagID, Policy);
ParseDecl.cpp 3835 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int128, Loc, PrevSpec,

Completed in 29 milliseconds