Searched refs:UnsignedCharTy (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0;
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp290 case LengthModifier::AsChar: return Ctx.UnsignedCharTy;
H A DScanfFormatString.cpp243 return ArgType::PtrTo(Ctx.UnsignedCharTy);
H A DFormatString.cpp290 return T == C.UnsignedCharTy || T == C.SignedCharTy;
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp1001 Context.CharTy, Context.UnsignedCharTy,
/external/clang/include/clang/AST/
H A DASTContext.h683 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp750 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar);
5346 FieldTypes[0] = Context->UnsignedCharTy;
5350 FieldTypes[1] = Context->UnsignedCharTy;
6851 return UnsignedCharTy;
6961 Type = Context.UnsignedCharTy;
H A DRecordLayoutBuilder.cpp1854 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
H A DASTImporter.cpp1337 return Importer.getToContext().UnsignedCharTy;
/external/clang/lib/Sema/
H A DSemaType.cpp607 Result = Context.UnsignedCharTy;
H A DSemaDeclAttr.cpp3300 NewTy = S.Context.UnsignedCharTy;
H A DSemaExpr.cpp1321 StrTy = Context.UnsignedCharTy;
5413 ltrans = S.Context.UnsignedCharTy;
5418 rtrans = S.Context.UnsignedCharTy;
H A DSemaChecking.cpp336 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
H A DSemaDecl.cpp10905 BestType = Context.UnsignedCharTy;
H A DSemaOverload.cpp6433 &ASTContext::UnsignedCharTy,
H A DTreeTransform.h8896 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp4428 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break;

Completed in 469 milliseconds