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 42 TST_int,
  /external/clang/lib/Sema/
DeclSpec.cpp 271 case TST_int:
387 case DeclSpec::TST_int: return "int";
798 (TypeSpecType != TST_int)) || TypeAltiVecPixel) {
810 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
817 TypeSpecType = TST_int;
827 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
828 else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
843 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
844 else if (TypeSpecType != TST_int) {
849 TypeSpecType = TST_int;
    [all...]
SemaTemplateVariadic.cpp 669 case TST_int:
SemaType.cpp 690 case DeclSpec::TST_int: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 247 static const TST TST_int = clang::TST_int;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 873 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
    [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 191 milliseconds