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

  /external/clang/include/clang/Basic/
Specifiers.h 24 TSW_long,
  /external/clang/lib/Sema/
DeclSpec.cpp 371 case TSW_long: return "long";
533 else if (W != TSW_longlong || TypeSpecWidth != TSW_long)
537 ((TypeSpecWidth == TSW_long) || (TypeSpecWidth == TSW_longlong))) {
898 case TSW_long: // long double, long int
    [all...]
SemaType.cpp 817 case DeclSpec::TSW_long: Result = Context.LongTy; break;
836 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
865 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 234 static const TSW TSW_long = clang::TSW_long;
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]

Completed in 115 milliseconds