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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 450 case LengthModifier::AsShort: return Ctx.UnsignedShortTy;
516 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
525 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
533 return ArgType(Ctx.UnsignedShortTy, "unichar");
FormatString.cpp 317 return T == C.UnsignedShortTy ? Match : NoMatch;
ScanfFormatString.cpp 277 return ArgType::PtrTo(Ctx.UnsignedShortTy);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 655 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
667 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 106 milliseconds