/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 80 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()
|
D | CGObjC.cpp | 1528 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()
|
D | CodeGenModule.cpp | 3352 Context.UnsignedLongTy, in getObjCFastEnumerationStateType() 3354 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 3355 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
D | ItaniumCXXABI.cpp | 3368 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
D | CGDebugInfo.cpp | 786 FType = CGM.getContext().UnsignedLongTy; in CreateType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 284 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
D | FormatString.cpp | 356 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
|
D | PrintfFormatString.cpp | 456 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1196 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1313 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
D | Sema.cpp | 232 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
|
D | SemaExprObjC.cpp | 805 Context.UnsignedLongTy, in BuildObjCArrayLiteral() 921 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
|
D | SemaChecking.cpp | 1160 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 1170 return Context.UnsignedLongTy; in getNeonEltType() 5064 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
|
D | SemaOverload.cpp | 1915 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 7224 &ASTContext::UnsignedLongTy, in getArithmeticType() 7297 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
|
D | SemaDecl.cpp | 14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 14911 BestType = Context.UnsignedLongTy; in ActOnEnumBody() 14914 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
D | SemaType.cpp | 1380 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
|
D | SemaExpr.cpp | 3465 Ty = Context.UnsignedLongTy; in ActOnNumericConstant() 3480 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
|
D | TreeTransform.h | 11514 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1016 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()
|
D | RecordLayoutBuilder.cpp | 1382 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 7493 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr() 7496 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5999 T = Context.UnsignedLongTy; in GetType()
|