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

  /external/clang/lib/Basic/
TargetInfo.cpp 61 Char16Type = UnsignedShort;
113 case UnsignedShort: return "unsigned short";
136 case UnsignedShort:
154 case UnsignedShort: return "h";
172 case UnsignedShort: return getShortWidth();
187 return IsSigned ? SignedShort : UnsignedShort;
202 return IsSigned ? SignedShort : UnsignedShort;
241 case UnsignedShort: return getShortAlign();
263 case UnsignedShort:
278 WCharType = UnsignedShort;
    [all...]
Targets.cpp 586 this->WCharType = this->UnsignedShort;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 122 UnsignedShort,
242 return UnsignedShort;
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 755 DefineExactWidthIntType(TargetInfo::UnsignedShort, TI, Builder);
756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedShort, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 2393 milliseconds