Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp80 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy); in buildBlockDescriptor()
908 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local
909 getTypes().ConvertType(getContext().UnsignedLongTy); in getBlockDescriptorType()
927 UnsignedLongTy, UnsignedLongTy, nullptr); in getBlockDescriptorType()
DCGObjC.cpp1528 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1530 Args.add(RValue::get(Count), getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1535 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
1709 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
DCodeGenModule.cpp3352 Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
3354 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType()
3355 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
DItaniumCXXABI.cpp3368 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
DCGDebugInfo.cpp786 FType = CGM.getContext().UnsignedLongTy; in CreateType()
/external/clang/include/clang/AST/
DBuiltinTypes.def88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/Analysis/
DScanfFormatString.cpp284 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
DFormatString.cpp356 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
DPrintfFormatString.cpp456 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1196 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter()
1313 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
DSema.cpp232 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
DSemaExprObjC.cpp805 Context.UnsignedLongTy, in BuildObjCArrayLiteral()
921 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
DSemaChecking.cpp1160 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType()
1170 return Context.UnsignedLongTy; in getNeonEltType()
5064 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
DSemaOverload.cpp1915 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
7224 &ASTContext::UnsignedLongTy, in getArithmeticType()
7297 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
14911 BestType = Context.UnsignedLongTy; in ActOnEnumBody()
14914 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaType.cpp1380 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
DSemaExpr.cpp3465 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
3480 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
DTreeTransform.h11514 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
/external/clang/lib/AST/
DASTContext.cpp1016 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes()
4790 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4975 UnsignedLongTy, in getBlockDescriptorType()
4976 UnsignedLongTy, in getBlockDescriptorType()
5010 UnsignedLongTy, in getBlockDescriptorExtendedType()
5011 UnsignedLongTy, in getBlockDescriptorExtendedType()
6703 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
8064 return UnsignedLongTy; in getCorrespondingUnsignedType()
8179 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1382 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7493 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr()
7496 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
/external/clang/lib/Serialization/
DASTReader.cpp5999 T = Context.UnsignedLongTy; in GetType()