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/lib/Analysis/ |
D | ScanfFormatString.cpp | 280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | FormatString.cpp | 345 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
|
D | PrintfFormatString.cpp | 454 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 1648 getContext().UnsignedCharTy)); in startOutlinedSEHHelper()
|
D | ItaniumCXXABI.cpp | 3364 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1013 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()
|
D | RecordLayoutBuilder.cpp | 1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
D | ASTImporter.cpp | 1574 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1629 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 7179 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 7184 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
D | SemaChecking.cpp | 1153 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 1165 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
D | SemaType.cpp | 1270 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7236 &ASTContext::UnsignedCharTy, in getArithmeticType()
|
D | TreeTransform.h | 11513 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
D | SemaDecl.cpp | 14896 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5990 T = Context.UnsignedCharTy; in GetType()
|