Home
last modified time | relevance | path

Searched refs:UnsignedIntTy (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Symbol/
DClangASTContext.cpp560 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForEncodingAndBitSize()
561 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
743 clang_type = ast->UnsignedIntTy.getAsOpaquePtr(); in GetBasicType()
834 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
835 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
961 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
962 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
972 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
973 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
DClangASTType.cpp5364 promotion_qual_type = m_ast->UnsignedIntTy; in CompleteTagDeclarationDefinition()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp384 return Ctx.UnsignedIntTy; in getArgType()
386 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType()
402 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32"); in getArgType()
DScanfFormatString.cpp273 return ArgType::PtrTo(Ctx.UnsignedIntTy); in getArgType()
DFormatString.cpp321 return T == C.UnsignedIntTy ? Match : NoMatch; in matchesType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp459 return ast_ctx.UnsignedIntTy; in BuildType()
464 return ast_ctx.UnsignedIntTy; in BuildType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy; in getIntValue()
/external/clang/include/clang/AST/
DBuiltinTypes.def85 UNSIGNED_TYPE(UInt, UnsignedIntTy)
DASTContext.h798 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/AST/
DASTContext.cpp959 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt); in InitBuiltinTypes()
3930 return UnsignedIntTy; in getUnsignedWCharType()
4542 return FT->isSignedIntegerType() ? IntTy : UnsignedIntTy; in isPromotableBitField()
4574 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4593 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy; in getPromotedIntegerType()
5194 PointeeTy = UnsignedIntTy; in getLegacyIntegralTypeEncoding()
6059 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6063 FieldTypes[1] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
6436 case TargetInfo::UnsignedInt: return UnsignedIntTy; in getFromTargetType()
7529 return UnsignedIntTy; in getCorrespondingUnsignedType()
[all …]
DRecordLayoutBuilder.cpp1385 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp879 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in getIvarAccessString()
882 Context->UnsignedIntTy, SourceLocation()); in getIvarAccessString()
2753 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCArrayLiteralExpr()
2756 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2814 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2882 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCDictionaryLiteralExpr()
2885 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2967 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
7675 static_cast<unsigned>(Context->getTypeSize(Context->UnsignedIntTy)); in RewriteObjCIvarRefExpr()
7678 Context->UnsignedIntTy, SourceLocation()); in RewriteObjCIvarRefExpr()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2965 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildVMIClassTypeInfo()
3056 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerTypeInfo()
3094 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); in BuildPointerToMemberTypeInfo()
3131 getContext().UnsignedIntTy, getContext().LongTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp2654 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy); in GetAddrOfConstantCFString()
2763 FieldTypes[2] = Context.UnsignedIntTy; in GetAddrOfConstantString()
2808 llvm::Type *Ty = getTypes().ConvertType(getContext().UnsignedIntTy); in GetAddrOfConstantString()
/external/clang/lib/Sema/
DSema.cpp218 Context.getAtomicType(Context.UnsignedIntTy)); in Initialize()
DSemaChecking.cpp614 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy; in getNeonEltType()
3707 .Case("UInt32", Context.UnsignedIntTy) in shouldNotPrintDirectly()
3789 ICE->getType() == S.Context.UnsignedIntTy) { in checkFormatExpr()
DSemaDecl.cpp13240 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
13839 BestType = Context.UnsignedIntTy; in ActOnEnumBody()
13843 ? Context.UnsignedIntTy : Context.IntTy; in ActOnEnumBody()
DSemaOverload.cpp1790 Context.IntTy, Context.UnsignedIntTy, in IsIntegralPromotion()
7083 &ASTContext::UnsignedIntTy, in getArithmeticType()
DSemaType.cpp835 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break; in ConvertDeclSpecToType()
DTreeTransform.h10419 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
DSemaExpr.cpp3392 Ty = Context.UnsignedIntTy; in ActOnNumericConstant()
/external/clang/lib/Serialization/
DASTReader.cpp5986 case PREDEF_TYPE_UINT_ID: T = Context.UnsignedIntTy; break; in GetType()