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 390 case TSW_long: return "long";
552 else if (W != TSW_longlong || TypeSpecWidth != TSW_long)
556 ((TypeSpecWidth == TSW_long) || (TypeSpecWidth == TSW_longlong))) {
    [all...]
SemaType.cpp 828 case DeclSpec::TSW_long: Result = Context.LongTy; break;
847 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
876 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 242 static const TSW TSW_long = clang::TSW_long;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 31 milliseconds