Home
last modified time | relevance | path

Searched refs:UnsignedCharTy (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0; in t10()
/external/lldb/source/Symbol/
DClangASTContext.cpp556 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy)) in GetBuiltinTypeForEncodingAndBitSize()
557 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
597 …return ClangASTType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8).getAsOpaquePtr()… in GetBuiltinTypeForEncodingAndBitSize()
716 clang_type = ast->UnsignedCharTy.getAsOpaquePtr(); in GetBasicType()
830 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
831 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
956 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
957 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
968 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
969 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
[all …]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp457 return ast_ctx.UnsignedCharTy; in BuildType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp275 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
DPrintfFormatString.cpp387 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
DFormatString.cpp314 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
/external/clang/include/clang/AST/
DBuiltinTypes.def70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
DASTContext.h798 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/AST/
DASTContext.cpp957 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
5996 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6000 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6432 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
7525 return UnsignedCharTy; in getCorrespondingUnsignedType()
7655 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1385 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
DASTImporter.cpp1448 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3128 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaChecking.cpp610 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
622 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
DSemaExpr.cpp1533 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral()
6609 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
6614 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
DSemaType.cpp723 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7096 &ASTContext::UnsignedCharTy, in getArithmeticType()
DTreeTransform.h10418 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
DSemaDecl.cpp13831 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
/external/clang/lib/Serialization/
DASTReader.cpp5984 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()