Home
last modified time | relevance | path

Searched defs:GCBits (Results 1 – 25 of 32) sorted by last modified time

12

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/reflect/
H A Dexport_test.go89 var GCBits = gcbits var
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/
H A Dbits.d21 struct GCBits struct
33 wordtype* data;
34 size_t nbits;
73 int set(size_t i) nothrow in set()
83 int clear(size_t i) nothrow in clear()
166 mixin template RangeVars() in RangeVars()
276 GCBits bits; argument
280 GCBits src; argument
358 GCBits bits; argument
450 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc11/gcc-11.2.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc8/gcc-8.5.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/gc/
H A Dbits.d22 struct GCBits struct
24 alias size_t wordtype;
28 enum BITS_MASK = (BITS_PER_WORD - 1);
31 wordtype* data;
32 size_t nbits;
34 void Dtor() nothrow in Dtor()
43 void alloc(size_t nbits) nothrow in alloc()
51 wordtype test(size_t i) const nothrow in test()
61 int set(size_t i) nothrow in set()
86 void copy(GCBits *f) nothrow in copy() argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/reflect/
H A Dexport_test.go30 var GCBits = gcbits var
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dflatten.hpp30 //!
31 //! Signature

12