Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp80 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy); in buildBlockDescriptor()
886 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local
887 getTypes().ConvertType(getContext().UnsignedLongTy); in getBlockDescriptorType()
905 UnsignedLongTy, UnsignedLongTy, NULL); in getBlockDescriptorType()
DCGObjC.cpp1489 llvm::Type *UnsignedLongLTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1491 Args.add(RValue::get(Count), getContext().UnsignedLongTy); in EmitObjCForCollectionStmt()
1496 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
1658 getContext().UnsignedLongTy, in EmitObjCForCollectionStmt()
DCGRTTI.cpp971 Context.UnsignedLongTy, Context.LongLongTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp2543 Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
2545 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType()
2546 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
DCGDebugInfo.cpp683 FType = CGM.getContext().UnsignedLongTy; in CreateType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DScanfFormatString.cpp269 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
DFormatString.cpp321 return T == C.UnsignedLongTy; in matchesType()
DPrintfFormatString.cpp339 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DBuiltinTypes.def88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
DASTContext.h776 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp940 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes()
4385 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4557 UnsignedLongTy, in getBlockDescriptorType()
4558 UnsignedLongTy, in getBlockDescriptorType()
4596 UnsignedLongTy, in getBlockDescriptorExtendedType()
4597 UnsignedLongTy, in getBlockDescriptorExtendedType()
6367 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType()
7518 return UnsignedLongTy; in getCorrespondingUnsignedType()
7620 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1395 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp1144 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter()
1267 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
DSemaExprObjC.cpp686 Context.UnsignedLongTy, in BuildObjCArrayLiteral()
809 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
DSemaOverload.cpp1811 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion()
6735 &ASTContext::UnsignedLongTy, in getArithmeticType()
6808 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
DSemaDecl.cpp12230 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
12797 BestType = Context.UnsignedLongTy; in ActOnEnumBody()
12800 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
DSemaType.cpp835 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
DSemaChecking.cpp3215 .Case("NSUInteger", S.Context.UnsignedLongTy) in checkFormatExpr()
DTreeTransform.h9467 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
DSemaExpr.cpp3166 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp7783 Context->UnsignedLongTy, 0, SC_Extern); in RewriteObjCIvarRefExpr()
7785 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5219 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break; in GetType()