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 267 case TST_int:
382 case DeclSpec::TST_int: return "int";
792 (TypeSpecType != TST_int)) || TypeAltiVecPixel) {
804 if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
811 TypeSpecType = TST_int;
821 TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
822 else if (TypeSpecType != TST_int &&
837 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
838 else if (TypeSpecType != TST_int) {
843 TypeSpecType = TST_int;
    [all...]
SemaTemplateVariadic.cpp 643 case TST_int:
SemaType.cpp 684 case DeclSpec::TST_int: {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 245 static const TST TST_int = clang::TST_int;
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 826 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
    [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 100 milliseconds