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.cpp262 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
DFormatString.cpp290 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
DPrintfFormatString.cpp306 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
DASTContext.h748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp1013 Context.CharTy, Context.UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp831 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
5680 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
5684 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
7252 return UnsignedCharTy; in getCorrespondingUnsignedType()
7362 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1862 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
DASTImporter.cpp1429 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
/external/clang/lib/Sema/
DSemaExpr.cpp1369 StrTy = Context.UnsignedCharTy; in ActOnStringLiteral()
5551 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
5556 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
DSemaType.cpp727 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3659 NewTy = S.Context.UnsignedCharTy; in handleModeAttr()
DSemaChecking.cpp335 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
DTreeTransform.h8970 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
DSemaOverload.cpp6521 &ASTContext::UnsignedCharTy, in getArithmeticType()
DSemaDecl.cpp11649 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp4921 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()