February 12 Issues » [Issue 24389] New: importC: Building zlib in Phobos with importC fails on FreeBSD 14 | |||
|---|---|---|---|
| |||
...qsort_r)(base, nel, width, arg4, arg5)
#elif defined(__cplusplus)
__END_DECLS
extern "C++" {
static... | |||
September 09, 2023 Issues » [Issue 24130] ImportC: Windows - Cannot build nearly program that uses most system headers as 32-bit. | |||
|---|---|---|---|
| |||
...Int64ShrlMod32(a, b) (((unsigned __int64)(a)) >> (b)) #elif defined(_M_IX86) ... inline assembler versions go... | |||
March 10, 2023 Issues » [Issue 23770] New: ImportC: error on gnu atomic builtins | |||
|---|---|---|---|
| |||
...as `__atomic_load_n`. Reduced: ``` #ifdef __TINYC__ #elif defined(_WIN32) #else int atomic_load(const... | |||
January 10, 2023 Issues » [Issue 23614] ImportC: __int128 not supported | |||
|---|---|---|---|
| |||
...ifdef __SIZEOF_INT128__ #define BR_INT128 1 #elif _M_X64 #define BR_UMUL128 1 #endif... | |||
June 17, 2022 Learn » Re: Need Help with Encapsulation in Python! | |||
|---|---|---|---|
| |||
...if attr == 'inst': self.__dict__[attr] = val
elif attr in values:
raise AttributeError("Private valueiables... | |||
June 17, 2022 Learn » Need Help with Encapsulation in Python! | |||
|---|---|---|---|
| |||
...private attribute \"%s\" is not allowed" % name)
elif name in self.protected:
raise Exception("Setting... | |||
July 16, 2021 Issues » [Issue 21974] importC: Error: undefined identifier '__builtin_va_list' | |||
|---|---|---|---|
| |||
...defined(__i386__)
typedef char* __builtin_va_list;
#elif defined(__x86_64__)
typedef struct
{
unsigned gp... | |||
July 30, 2019 General » Re: [GSoC] Header Generation for C/C++ | |||
|---|---|---|---|
| |||
...aligned(n)))
#elif defined(_MSC_VER)
#define BEGIN_PACK(n) __declspec(align(n))
#elif defined... | |||
July 30, 2019 General » Re: [GSoC] Header Generation for C/C++ | |||
|---|---|---|---|
| |||
...attribute__((packed, aligned(8)))
#elif defined(_MSC_VER)
__declspec(align(8))
#elif defined(__DMC__)
#pragma... | |||
July 07, 2019 GDC » Re: GDC 9 and ARM Cortex-M | |||
|---|---|---|---|
| |||
...EH_PE_pcrel | DW_EH_PE_indirect) #elif defined(__symbian__) || defined(__uClinux__) #define _GLIBCXX_OVERRIDE... | |||
Copyright © 1999-2021 by the D Language Foundation