Home
last modified time | relevance | path

Searched refs:msanwrite (Results 1 – 25 of 98) sorted by path

1234

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go278 msanwrite(dst, typ.size)
330 msanwrite(dstp, uintptr(n)*typ.size)
371 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dselect.go488 msanwrite(cas.elem, c.elemtype.size)
507 msanwrite(cas.elem, c.elemtype.size)
H A Dslice.go217 msanwrite(to.array, uintptr(n*int(width)))
247 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go278 msanwrite(dst, typ.size)
330 msanwrite(dstp, uintptr(n)*typ.size)
371 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dselect.go488 msanwrite(cas.elem, c.elemtype.size)
507 msanwrite(cas.elem, c.elemtype.size)
H A Dslice.go217 msanwrite(to.array, uintptr(n*int(width)))
247 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmbarrier.go189 msanwrite(dst, typ.size)
244 msanwrite(dstp, uintptr(n)*typ.size)
289 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dslice.go223 msanwrite(to.array, uintptr(n*int(width)))
253 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go278 msanwrite(dst, typ.size)
330 msanwrite(dstp, uintptr(n)*typ.size)
371 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dselect.go488 msanwrite(cas.elem, c.elemtype.size)
507 msanwrite(cas.elem, c.elemtype.size)
H A Dslice.go217 msanwrite(to.array, uintptr(n*int(width)))
247 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmbarrier.go278 msanwrite(dst, typ.size)
330 msanwrite(dstp, uintptr(n)*typ.size)
371 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dselect.go488 msanwrite(cas.elem, c.elemtype.size)
507 msanwrite(cas.elem, c.elemtype.size)
H A Dslice.go217 msanwrite(to.array, uintptr(n*int(width)))
247 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go278 msanwrite(dst, typ.size)
330 msanwrite(dstp, uintptr(n)*typ.size)
371 msanwrite(dst.array, size)
H A Dmsan0.go20 func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") } func
H A Dselect.go488 msanwrite(cas.elem, c.elemtype.size)
507 msanwrite(cas.elem, c.elemtype.size)
H A Dslice.go217 msanwrite(to.array, uintptr(n*int(width)))
247 msanwrite(unsafe.Pointer(&to[0]), uintptr(n))
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-go/examples/
H A Dproc.go1508 msanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmbarrier.go189 msanwrite(dst, typ.size)
244 msanwrite(dstp, uintptr(n)*typ.size)
289 msanwrite(dst.array, size)

1234