Home
last modified time | relevance | path

Searched refs:UnsignedCharTy (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/Sema/
Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0; in t10()
/external/clang/lib/Analysis/
DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
DFormatString.cpp345 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
DPrintfFormatString.cpp454 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/CodeGen/
DCGException.cpp1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit()
1648 getContext().UnsignedCharTy)); in startOutlinedSEHHelper()
DItaniumCXXABI.cpp3364 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp1013 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
6264 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6268 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6697 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
8058 return UnsignedCharTy; in getCorrespondingUnsignedType()
8188 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
DASTImporter.cpp1574 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
/external/clang/lib/Sema/
DSemaExpr.cpp1629 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral()
7179 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
7184 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
DSemaChecking.cpp1153 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
1165 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
DSemaType.cpp1270 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7236 &ASTContext::UnsignedCharTy, in getArithmeticType()
DTreeTransform.h11513 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
DSemaDecl.cpp14896 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp5990 T = Context.UnsignedCharTy; in GetType()