Searched refs:UnsignedCharTy (Results 1 – 17 of 17) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | 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 …]
|
| /trueos/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ScanfFormatString.cpp | 265 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
| HD | FormatString.cpp | 311 return T == C.UnsignedCharTy || T == C.SignedCharTy; in matchesType()
|
| HD | PrintfFormatString.cpp | 337 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
| HD | ASTContext.h | 776 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGRTTI.cpp | 967 Context.CharTy, Context.UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 937 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()
|
| HD | RecordLayoutBuilder.cpp | 1394 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| HD | ASTImporter.cpp | 1449 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 364 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 372 return IsAArch64 ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
| HD | SemaExpr.cpp | 1505 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 6043 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 6048 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
| HD | SemaType.cpp | 723 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
|
| HD | TreeTransform.h | 9466 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
| HD | SemaOverload.cpp | 6747 &ASTContext::UnsignedCharTy, in getArithmeticType()
|
| HD | SemaDecl.cpp | 12782 BestType = Context.UnsignedCharTy; in ActOnEnumBody()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5216 case PREDEF_TYPE_UCHAR_ID: T = Context.UnsignedCharTy; break; in GetType()
|