Searched refs:UnsignedCharTy (Results 1 – 18 of 18) sorted by relevance
/external/clang/test/Sema/ |
D | warn-char-subscripts.c | 59 typedef unsigned char UnsignedCharTy; typedef 62 UnsignedCharTy subscript = 0; in t10()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 888 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 275 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | FormatString.cpp | 314 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
|
D | PrintfFormatString.cpp | 449 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1416 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 1649 getContext().UnsignedCharTy)); in startOutlinedSEHHelper()
|
D | ItaniumCXXABI.cpp | 3327 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1016 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes() 6167 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 6171 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 6599 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType() 7916 return UnsignedCharTy; in getCorrespondingUnsignedType() 8046 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
|
D | RecordLayoutBuilder.cpp | 1382 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
D | ASTImporter.cpp | 1491 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 653 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 665 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
D | SemaExpr.cpp | 1567 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 6776 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 6781 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
D | SemaType.cpp | 1201 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7188 &ASTContext::UnsignedCharTy, in getArithmeticType()
|
D | TreeTransform.h | 11173 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
D | SemaDecl.cpp | 14439 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5945 T = Context.UnsignedCharTy; in GetType()
|