Searched refs:UnsignedShortTy (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 307 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getArgType() 362 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType() 369 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType() 374 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getArgType()
|
D | ScanfFormatString.cpp | 264 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
D | FormatString.cpp | 292 return T == C.UnsignedShortTy; in matchesType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
D | ASTContext.h | 748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/CodeGen/ |
D | CGRTTI.cpp | 1015 Context.UnsignedShortTy, Context.IntTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 832 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes() 5688 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl() 6104 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType() 7254 return UnsignedShortTy; in getCorrespondingUnsignedType() 7343 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
|
D | RecordLayoutBuilder.cpp | 1862 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 337 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 347 return Context.UnsignedShortTy; in getNeonEltType() 2789 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
|
D | SemaType.cpp | 835 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 11097 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 11653 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
D | SemaDeclAttr.cpp | 3669 NewTy = S.Context.UnsignedShortTy; in handleModeAttr()
|
D | TreeTransform.h | 8970 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
D | SemaOverload.cpp | 6522 &ASTContext::UnsignedShortTy, in getArithmeticType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4922 case PREDEF_TYPE_USHORT_ID: T = Context.UnsignedShortTy; break; in GetType()
|