Home
last modified time | relevance | path

Searched refs:UnsignedLongTy (Results 1 – 25 of 25) sorted by relevance

/external/lldb/source/Symbol/
DClangASTContext.cpp562 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongTy)) in GetBuiltinTypeForEncodingAndBitSize()
563 return ClangASTType (ast, ast->UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
749 clang_type = ast->UnsignedLongTy.getAsOpaquePtr(); in GetBasicType()
946 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
947 return ClangASTType (ast, ast->UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
974 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
975 return ClangASTType (ast, ast->UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/lib/CodeGen/
DCGBlocks.cpp80 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy); in buildBlockDescriptor()
905 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local
906 getTypes().ConvertType(getContext().UnsignedLongTy); in getBlockDescriptorType()
924 UnsignedLongTy, UnsignedLongTy, nullptr); in getBlockDescriptorType()
DCGObjC.cpp1484 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1486 Args.add(RValue::get(Count), getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1491 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
1663 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
DCodeGenModule.cpp2834 Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
2836 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType()
2837 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
DItaniumCXXABI.cpp3132 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
DCGDebugInfo.cpp714 FType = CGM.getContext().UnsignedLongTy; in CreateType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp279 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
DPrintfFormatString.cpp389 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
DFormatString.cpp325 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp466 return ast_ctx.UnsignedLongTy; in BuildType()
/external/clang/include/clang/AST/
DBuiltinTypes.def88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
DASTContext.h798 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/AST/
DASTContext.cpp960 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes()
4574 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4732 UnsignedLongTy, in getBlockDescriptorType()
4733 UnsignedLongTy, in getBlockDescriptorType()
4767 UnsignedLongTy, in getBlockDescriptorExtendedType()
4768 UnsignedLongTy, in getBlockDescriptorExtendedType()
6438 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
7531 return UnsignedLongTy; in getCorrespondingUnsignedType()
7646 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1386 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1178 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter()
1298 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
DSema.cpp221 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
DSemaExprObjC.cpp683 Context.UnsignedLongTy, in BuildObjCArrayLiteral()
809 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
DSemaChecking.cpp617 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
626 return Context.UnsignedLongTy; in getNeonEltType()
3705 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
DSemaOverload.cpp1791 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
7084 &ASTContext::UnsignedLongTy, in getArithmeticType()
7157 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
DSemaDecl.cpp13240 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
13846 BestType = Context.UnsignedLongTy; in ActOnEnumBody()
13849 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaType.cpp837 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
DTreeTransform.h10419 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
DSemaExpr.cpp3407 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7641 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr()
7644 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5987 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break; in GetType()