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

  /external/clang/include/clang/Basic/
Specifiers.h 22 TSW_short,
  /external/clang/lib/Sema/
DeclSpec.cpp 353 case TSW_short: return "short";
805 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short))
819 TypeSpecWidth = TSW_short;
840 case TSW_short: // short int
846 TypeSpecWidth == TSW_short ? diag::err_invalid_short_spec
    [all...]
SemaType.cpp 694 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
709 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 223 static const TSW TSW_short = clang::TSW_short;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 173 milliseconds