Home
last modified time | relevance | path

Searched defs:ScalarPtr (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/
H A Dgcinfo_test.go88 type ScalarPtr struct { struct
89 q int
90 w *int
91 e int
92 r *int
93 t int member
94 y *int
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dgcinfo_test.go108 type ScalarPtr struct { struct
109 q int
110 w *int
111 e int
112 r *int
113 t int member
114 y *int
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dgcinfo_test.go122 type ScalarPtr struct { struct
123 q int
124 w *int
125 e int
126 r *int
127 t int member
128 y *int
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dgcinfo_test.go108 type ScalarPtr struct { struct
109 q int
110 w *int
111 e int
112 r *int
113 t int member
114 y *int
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dgcinfo_test.go108 type ScalarPtr struct { struct
109 q int
110 w *int
111 e int
112 r *int
113 t int member
114 y *int
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/runtime/
H A Dgcinfo_test.go88 type ScalarPtr struct { struct
89 q int
90 w *int
91 e int
92 r *int
93 t int member
94 y *int
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dgcinfo_test.go108 type ScalarPtr struct { struct
109 q int
110 w *int
111 e int
112 r *int
113 t int member
114 y *int
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dgcinfo_test.go91 type ScalarPtr struct { struct
92 q int
93 w *int
94 e int
95 r *int
96 t int member
97 y *int
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/runtime/
H A Dgcinfo_test.go88 type ScalarPtr struct { struct
89 q int
90 w *int
91 e int
92 r *int
93 t int member
94 y *int
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dgcinfo_test.go123 type ScalarPtr struct { struct
124 q int
125 w *int
126 e int
127 r *int
128 t int member
129 y *int
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dgcinfo_test.go105 type ScalarPtr struct { struct
106 q int
107 w *int
108 e int
109 r *int
110 t int member
111 y *int
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Dscalar.h95 typedef SharedPtr<Scalar> ScalarPtr; typedef
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DLdShrink.cpp139 Value* ScalarPtr = Builder.CreatePointerCast(Ptr, ScalarPtrTy); in runOnFunction() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/BinaryFormat/
H A DMagic.cpp26 using namespace llvm::support::endian;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3378 Value *ScalarPtr = SI->getPointerOperand(); in vectorizeTree() local

12