Home
last modified time | relevance | path

Searched refs:addInt (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp255 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
265 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
267 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
268 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
276 Fields.addInt(IntTy, count); in PushPropertyListHeader()
280 Fields.addInt(IntTy, td.getTypeSizeInBits(PropertyMetadataTy) / in PushPropertyListHeader()
1056 Fields.addInt(Int32Ty, 2); in GenerateConstantString()
1058 Fields.addInt(Int32Ty, StringLength); in GenerateConstantString()
1060 Fields.addInt(Int32Ty, StringLength * 2); in GenerateConstantString()
1062 Fields.addInt(Int32Ty, 0); in GenerateConstantString()
[all …]
H A DCGObjCMac.cpp2051 Fields.addInt(CGM.IntTy, StringLength); in GenerateConstantNSString()
3198 values.addInt(ObjCTypes.IntTy, size); in EmitProtocolExtension()
3343 values.addInt(ObjCTypes.IntTy, propertySize); in EmitPropertyList()
3344 values.addInt(ObjCTypes.IntTy, Properties.size()); in EmitPropertyList()
3441 Values.addInt(ObjCTypes.IntTy, Size); in GenerateCategory()
3636 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass()
3637 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass()
3638 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3697 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass()
3698 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass()
[all …]
H A DCGBlocks.cpp216 elements.addInt(ulong, 0); in buildBlockDescriptor()
222 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor()
1337 fields.addInt(CGM.IntTy, flags.getBitMask()); in buildGlobalBlock()
1340 fields.addInt(CGM.IntTy, 0); in buildGlobalBlock()
1342 fields.addInt(CGM.IntTy, blockInfo.BlockSize.getQuantity()); in buildGlobalBlock()
1343 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
H A DCGCUDANV.cpp777 Values.addInt(IntTy, FatMagic); in makeModuleCtorFunction()
779 Values.addInt(IntTy, 1); in makeModuleCtorFunction()
H A DCodeGenModule.cpp1431 ctor.addInt(Int32Ty, I.Priority); in EmitCtorList()
5128 Fields.addInt(IntPtrTy, IsSwift4_1 ? 0x05 : 0x01); in GetAddrOfConstantCFString()
5129 Fields.addInt(Int64Ty, isUTF16 ? 0x07d0 : 0x07c8); in GetAddrOfConstantCFString()
5131 Fields.addInt(IntTy, isUTF16 ? 0x07d0 : 0x07C8); in GetAddrOfConstantCFString()
5188 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp949 addInt(mapIndex(P->Index)); in VisitPlaceholder()
964 addInt(mapIndex(P->Index)); in VisitSelect()
979 addInt(mapIndex(P->Index)); in VisitPlural()
992 addInt(mapIndex(P->Indexes[0])); in VisitDiff()
994 addInt(mapIndex(P->Indexes[1])); in VisitDiff()
997 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h197 void addInt(llvm::IntegerType *intTy, uint64_t value,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d551 r.data = addInt(x.data, y);
1291 BigDigit [] addInt(const BigDigit[] x, ulong y) pure nothrow in addInt() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d809 r.data = (() @trusted => cast(immutable) addInt(x.data, y))();
1593 BigDigit [] addInt(const BigDigit[] x, ulong y) @safe pure nothrow