/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 | 1532 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()
|
D | CodeGenModule.cpp | 3079 Context.UnsignedLongTy, in getObjCFastEnumerationStateType() 3081 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 3082 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
D | ItaniumCXXABI.cpp | 3331 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
D | CGDebugInfo.cpp | 760 FType = CGM.getContext().UnsignedLongTy; in CreateType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
D | ASTContext.h | 888 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 279 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
D | FormatString.cpp | 325 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
|
D | PrintfFormatString.cpp | 451 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 466 return ast_ctx.UnsignedLongTy; in BuildType()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1195 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1312 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
D | Sema.cpp | 232 Context.getAtomicType(Context.UnsignedLongTy)); in Initialize()
|
D | SemaExprObjC.cpp | 806 Context.UnsignedLongTy, in BuildObjCArrayLiteral() 923 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
|
D | SemaChecking.cpp | 660 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy; in getNeonEltType() 670 return Context.UnsignedLongTy; in getNeonEltType() 4180 .Case("NSUInteger", Context.UnsignedLongTy) in shouldNotPrintDirectly()
|
D | SemaOverload.cpp | 1850 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 7176 &ASTContext::UnsignedLongTy, in getArithmeticType() 7249 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
|
D | SemaDecl.cpp | 13837 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 14454 BestType = Context.UnsignedLongTy; in ActOnEnumBody() 14457 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
D | SemaType.cpp | 1306 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
|
D | SemaExpr.cpp | 3389 Ty = Context.UnsignedLongTy; in ActOnNumericConstant() 3404 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
|
D | TreeTransform.h | 11174 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1019 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()
|
D | RecordLayoutBuilder.cpp | 1383 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 7618 Context->UnsignedLongTy, nullptr, in RewriteObjCIvarRefExpr() 7621 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5954 T = Context.UnsignedLongTy; in GetType()
|