/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 562 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/ |
D | CGBlocks.cpp | 80 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()
|
D | CGObjC.cpp | 1484 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()
|
D | CodeGenModule.cpp | 2834 Context.UnsignedLongTy, in getObjCFastEnumerationStateType() 2836 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 2837 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
D | ItaniumCXXABI.cpp | 3132 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
D | CGDebugInfo.cpp | 714 FType = CGM.getContext().UnsignedLongTy; in CreateType()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 279 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
D | PrintfFormatString.cpp | 389 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
|
D | FormatString.cpp | 325 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 466 return ast_ctx.UnsignedLongTy; in BuildType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
D | ASTContext.h | 798 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 960 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()
|
D | RecordLayoutBuilder.cpp | 1386 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1178 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1298 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
D | Sema.cpp | 221 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
|
D | SemaExprObjC.cpp | 683 Context.UnsignedLongTy, in BuildObjCArrayLiteral() 809 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
|
D | SemaChecking.cpp | 617 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 626 return Context.UnsignedLongTy; in getNeonEltType() 3705 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
|
D | SemaOverload.cpp | 1791 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 7084 &ASTContext::UnsignedLongTy, in getArithmeticType() 7157 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
|
D | SemaDecl.cpp | 13240 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 13846 BestType = Context.UnsignedLongTy; in ActOnEnumBody() 13849 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
D | SemaType.cpp | 837 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
|
D | TreeTransform.h | 10419 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
D | SemaExpr.cpp | 3407 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 7641 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr() 7644 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5987 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break; in GetType()
|