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.cpp1532 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1534 Args.add(RValue::get(Count), getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1539 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
1714 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
DCodeGenModule.cpp3079 Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
3081 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType()
3082 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
DItaniumCXXABI.cpp3331 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
DCGDebugInfo.cpp760 FType = CGM.getContext().UnsignedLongTy; in CreateType()
/external/clang/include/clang/AST/
DBuiltinTypes.def88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
DASTContext.h888 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/Analysis/
DScanfFormatString.cpp279 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
DFormatString.cpp325 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
DPrintfFormatString.cpp451 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp466 return ast_ctx.UnsignedLongTy; in BuildType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1195 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter()
1312 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
DSema.cpp232 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
DSemaExprObjC.cpp806 Context.UnsignedLongTy, in BuildObjCArrayLiteral()
923 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
DSemaChecking.cpp660 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
670 return Context.UnsignedLongTy; in getNeonEltType()
4180 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
DSemaOverload.cpp1850 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
7176 &ASTContext::UnsignedLongTy, in getArithmeticType()
7249 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
DSemaDecl.cpp13837 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
14454 BestType = Context.UnsignedLongTy; in ActOnEnumBody()
14457 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaType.cpp1306 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
DSemaExpr.cpp3389 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
3404 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
DTreeTransform.h11174 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
/external/clang/lib/AST/
DASTContext.cpp1019 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes()
4733 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4891 UnsignedLongTy, in getBlockDescriptorType()
4892 UnsignedLongTy, in getBlockDescriptorType()
4926 UnsignedLongTy, in getBlockDescriptorExtendedType()
4927 UnsignedLongTy, in getBlockDescriptorExtendedType()
6605 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
7922 return UnsignedLongTy; in getCorrespondingUnsignedType()
8037 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1383 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7618 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr()
7621 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5954 T = Context.UnsignedLongTy; in GetType()