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 | 262 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | FormatString.cpp | 290 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
|
D | PrintfFormatString.cpp | 306 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/CodeGen/ |
D | CGRTTI.cpp | 1013 Context.CharTy, Context.UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 831 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()
|
D | RecordLayoutBuilder.cpp | 1862 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
D | ASTImporter.cpp | 1429 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1369 StrTy = Context.UnsignedCharTy; in ActOnStringLiteral() 5551 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 5556 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
D | SemaType.cpp | 727 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
|
D | SemaDeclAttr.cpp | 3659 NewTy = S.Context.UnsignedCharTy; in handleModeAttr()
|
D | SemaChecking.cpp | 335 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
D | TreeTransform.h | 8970 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
D | SemaOverload.cpp | 6521 &ASTContext::UnsignedCharTy, in getArithmeticType()
|
D | SemaDecl.cpp | 11649 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4921 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()
|