Searched refs:UnsignedShortTy (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 455 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getArgType() 521 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType() 530 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType() 538 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getArgType()
|
D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
D | FormatString.cpp | 348 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1014 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes() 6272 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl() 6699 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType() 8060 return UnsignedShortTy; in getCorrespondingUnsignedType() 8169 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
|
D | RecordLayoutBuilder.cpp | 1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 5180 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
|
D | SemaType.cpp | 1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 14900 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
D | SemaOverload.cpp | 7237 &ASTContext::UnsignedShortTy, in getArithmeticType()
|
D | TreeTransform.h | 11513 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3366 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5993 T = Context.UnsignedShortTy; in GetType()
|