/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()
|
/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/llvm-project/clang/lib/AST/ |
D | ScanfFormatString.cpp | 284 return ArgType::PtrTo(Ctx.UnsignedLongTy); in getArgType()
|
D | FormatString.cpp | 404 return T == C.UnsignedLongTy ? Match : NoMatch; in matchesType()
|
D | ASTContext.cpp | 1288 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong); in InitBuiltinTypes() 6346 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType() 6565 UnsignedLongTy, in getBlockDescriptorType() 6566 UnsignedLongTy, in getBlockDescriptorType() 6600 UnsignedLongTy, in getBlockDescriptorExtendedType() 6601 UnsignedLongTy, in getBlockDescriptorExtendedType() 6740 return UnsignedLongTy; in getNSUIntegerType() 8449 case TargetInfo::UnsignedLong: return UnsignedLongTy; in getFromTargetType() 10009 return UnsignedLongTy; in getCorrespondingUnsignedType() 10212 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()
|
D | PrintfFormatString.cpp | 553 case LengthModifier::AsLong: return Ctx.UnsignedLongTy; in getScalarArgType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 190 cast<llvm::IntegerType>(CGM.getTypes().ConvertType(C.UnsignedLongTy)); in buildBlockDescriptor() 1113 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local 1114 getTypes().ConvertType(getContext().UnsignedLongTy); in getBlockDescriptorType() 1131 "struct.__block_descriptor", UnsignedLongTy, UnsignedLongTy); in getBlockDescriptorType()
|
D | CodeGenModule.cpp | 5116 Context.UnsignedLongTy, in getObjCFastEnumerationStateType() 5118 Context.getPointerType(Context.UnsignedLongTy), in getObjCFastEnumerationStateType() 5119 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 90 UNSIGNED_TYPE(ULong, UnsignedLongTy)
|
D | ASTContext.h | 971 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 126 if (width == ast.getTypeSize(ast.UnsignedLongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize() 127 return CompilerType(&clang_ast, ast.UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/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()
|
/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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1198 arrayRef ? S.Context.UnsignedLongTy in findAtIndexGetter() 1313 arrayRef ? S.Context.UnsignedLongTy in findAtIndexSetter()
|
D | OpenCLBuiltins.td | 261 def ULong : Type<"ulong", QualType<"UnsignedLongTy">>; 300 def AtomicULong : Type<"atomic_ulong", QualType<"getAtomicType(Context.UnsignedLongTy)">>;
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 820 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForEncodingAndBitSize() 821 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForEncodingAndBitSize() 1091 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1092 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1113 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1114 return GetType(ast.UnsignedLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1930 return ast->UnsignedLongTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2263 if (bit_size == ast.getTypeSize(ast.UnsignedLongTy)) in GetIntTypeFromBitSize() 2264 return GetType(ast.UnsignedLongTy); in GetIntTypeFromBitSize()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 101 context.UnsignedLongTy)); in TEST_F()
|