Searched refs:UnsignedCharTy (Results 1 – 19 of 19) 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/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 556 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/ |
D | AppleObjCTypeVendor.cpp | 457 return ast_ctx.UnsignedCharTy; in BuildType()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 275 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | PrintfFormatString.cpp | 387 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
D | FormatString.cpp | 314 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 798 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 957 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()
|
D | RecordLayoutBuilder.cpp | 1385 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
D | ASTImporter.cpp | 1448 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3128 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 610 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 622 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
D | SemaExpr.cpp | 1533 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 6609 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 6614 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
D | SemaType.cpp | 723 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7096 &ASTContext::UnsignedCharTy, in getArithmeticType()
|
D | TreeTransform.h | 10418 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
D | SemaDecl.cpp | 13831 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5984 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()
|