Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.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 …]
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp265 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
HDFormatString.cpp311 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
HDPrintfFormatString.cpp337 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDBuiltinTypes.def70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
HDASTContext.h776 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGRTTI.cpp967 Context.CharTy, Context.UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp937 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
5861 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
5865 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6361 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
7512 return UnsignedCharTy; in getCorrespondingUnsignedType()
7629 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
HDRecordLayoutBuilder.cpp1394 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
HDASTImporter.cpp1449 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp364 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
372 return IsAArch64 ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
HDSemaExpr.cpp1505 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral()
6043 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
6048 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
HDSemaType.cpp723 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
HDTreeTransform.h9466 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
HDSemaOverload.cpp6747 &ASTContext::UnsignedCharTy, in getArithmeticType()
HDSemaDecl.cpp12782 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5216 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()