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 23 TSW_long,
  /external/clang/lib/Sema/
DeclSpec.cpp 354 case TSW_long: return "long";
499 else if (W != TSW_longlong || TypeSpecWidth != TSW_long)
503 ((TypeSpecWidth == TSW_long) || (TypeSpecWidth == TSW_longlong))) {
853 case TSW_long: // long double, long int
    [all...]
SemaType.cpp 695 case DeclSpec::TSW_long: Result = Context.LongTy; break;
710 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
733 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 224 static const TSW TSW_long = clang::TSW_long;
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseExprCXX.cpp     [all...]

Completed in 166 milliseconds