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

  /external/clang/include/clang/Basic/
Specifiers.h 43 TST_int,
  /external/clang/lib/Sema/
DeclSpec.cpp 270 case TST_int:
391 case DeclSpec::TST_int: return "int";
819 (TypeSpecType != TST_int)) || TypeAltiVecPixel) {
831 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
838 TypeSpecType = TST_int;
848 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
849 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
864 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
865 else if (TypeSpecType != TST_int) {
870 TypeSpecType = TST_int;
    [all...]
SemaTemplateVariadic.cpp 718 case TST_int:
SemaType.cpp 692 case DeclSpec::TST_int: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 257 static const TST TST_int = clang::TST_int;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 176 milliseconds