| /freebsd-10-stable/contrib/llvm/tools/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()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 80 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()
|
| D | CGObjC.cpp | 1489 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()
|
| D | CGRTTI.cpp | 971 Context.UnsignedLongTy, Context.LongLongTy, in EmitFundamentalRTTIDescriptors()
|
| D | CodeGenModule.cpp | 2543 Context.UnsignedLongTy, in getObjCFastEnumerationStateType() 2545 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 2546 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
| D | CGDebugInfo.cpp | 683 FType = CGM.getContext().UnsignedLongTy; in CreateType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | ScanfFormatString.cpp | 269 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
| D | FormatString.cpp | 321 return T == C.UnsignedLongTy; in matchesType()
|
| D | PrintfFormatString.cpp | 339 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getArgType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | BuiltinTypes.def | 88 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
| D | ASTContext.h | 776 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 940 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()
|
| D | RecordLayoutBuilder.cpp | 1395 Context.UnsignedLongTy, Context.UnsignedLongLongTy in LayoutWideBitField()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaPseudoObject.cpp | 1144 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1267 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
| D | SemaExprObjC.cpp | 686 Context.UnsignedLongTy, in BuildObjCArrayLiteral() 809 Context.UnsignedLongTy, in BuildObjCDictionaryLiteral()
|
| D | SemaOverload.cpp | 1811 Context.LongTy, Context.UnsignedLongTy , in IsIntegralPromotion() 6735 &ASTContext::UnsignedLongTy, in getArithmeticType() 6808 if (L == SL || R == SL) return S.Context.UnsignedLongTy; in getUsualArithmeticConversions()
|
| D | SemaDecl.cpp | 12230 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 12797 BestType = Context.UnsignedLongTy; in ActOnEnumBody() 12800 ? Context.UnsignedLongTy : Context.LongTy; in ActOnEnumBody()
|
| D | SemaType.cpp | 835 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()
|
| D | SemaChecking.cpp | 3215 .Case("NSUInteger", S.Context.UnsignedLongTy) in checkFormatExpr()
|
| D | TreeTransform.h | 9467 SemaRef.Context.UnsignedIntTy, SemaRef.Context.UnsignedLongTy, in RebuildArrayType()
|
| D | SemaExpr.cpp | 3166 Ty = Context.UnsignedLongTy; in ActOnNumericConstant()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteModernObjC.cpp | 7783 Context->UnsignedLongTy, 0, SC_Extern); in RewriteObjCIvarRefExpr() 7785 Context->UnsignedLongTy, VK_LValue, in RewriteObjCIvarRefExpr()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 5219 case PREDEF_TYPE_ULONG_ID: T = Context.UnsignedLongTy; break; in GetType()
|