Home
last modified time | relevance | path

Searched defs:embeddedType (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/types/
H A Dlookup.go197 type embeddedType struct { struct
198 typ *Named // nil means use the outer typ variable instead
199 index []int // embedded field indices, starting with index at depth 0
200 indirect bool // if set, there was a pointer indirection on the path to this field
201 multiples bool // if set, typ appears multiple times at this depth
207 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/types/
H A Dlookup.go197 type embeddedType struct { struct
198 typ *Named // nil means use the outer typ variable instead
199 index []int // embedded field indices, starting with index at depth 0
200 indirect bool // if set, there was a pointer indirection on the path to this field
201 multiples bool // if set, typ appears multiple times at this depth
207 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/types/
H A Dlookup.go197 type embeddedType struct { struct
198 typ *Named // nil means use the outer typ variable instead
199 index []int // embedded field indices, starting with index at depth 0
200 indirect bool // if set, there was a pointer indirection on the path to this field
201 multiples bool // if set, typ appears multiple times at this depth
207 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/types/
H A Dlookup.go197 type embeddedType struct { struct
198 typ *Named // nil means use the outer typ variable instead
199 index []int // embedded field indices, starting with index at depth 0
200 indirect bool // if set, there was a pointer indirection on the path to this field
201 multiples bool // if set, typ appears multiple times at this depth
207 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/types/
H A Dlookup.go195 type embeddedType struct { struct
196 typ Type
197 index []int // embedded field indices, starting with index at depth 0
198 indirect bool // if set, there was a pointer indirection on the path to this field
199 multiples bool // if set, typ appears multiple times at this depth
205 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/types/
H A Dlookup.go200 type embeddedType struct { struct
201 typ Type
202 index []int // embedded field indices, starting with index at depth 0
203 indirect bool // if set, there was a pointer indirection on the path to this field
204 multiples bool // if set, typ appears multiple times at this depth
210 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/types/
H A Dlookup.go200 type embeddedType struct { struct
201 typ Type
202 index []int // embedded field indices, starting with index at depth 0
203 indirect bool // if set, there was a pointer indirection on the path to this field
204 multiples bool // if set, typ appears multiple times at this depth
210 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/types/
H A Dlookup.go200 type embeddedType struct { struct
201 typ Type
202 index []int // embedded field indices, starting with index at depth 0
203 indirect bool // if set, there was a pointer indirection on the path to this field
204 multiples bool // if set, typ appears multiple times at this depth
210 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dlookup.go239 type embeddedType struct { struct
240 typ Type
241 index []int // embedded field indices, starting with index at depth 0
242 indirect bool // if set, there was a pointer indirection on the path to this field
243 multiples bool // if set, typ appears multiple times at this depth
249 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dlookup.go227 type embeddedType struct { struct
228 typ Type
229 index []int // embedded field indices, starting with index at depth 0
230 indirect bool // if set, there was a pointer indirection on the path to this field
231 multiples bool // if set, typ appears multiple times at this depth
237 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/types/
H A Dlookup.go210 type embeddedType struct { struct
211 typ Type
212 index []int // embedded field indices, starting with index at depth 0
213 indirect bool // if set, there was a pointer indirection on the path to this field
214 multiples bool // if set, typ appears multiple times at this depth
220 func (check *Checker) consolidateMultiples(list []embeddedType) []embeddedType {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dlookup.go235 type embeddedType struct { struct
236 typ Type
237 index []int // embedded field indices, starting with index at depth 0
238 indirect bool // if set, there was a pointer indirection on the path to this field
239 multiples bool // if set, typ appears multiple times at this depth
245 func consolidateMultiples(list []embeddedType) []embeddedType {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/types/
H A Doperand.go219 type embeddedType struct { struct
220 typ *NamedType
221 multiples bool // if set, typ is embedded multiple times at the same level
229 func lookupFieldBreadthFirst(list []embeddedType, name QualifiedName) (res lookupResult) {
342 func findType(list []embeddedType, typ *NamedType) *embeddedType {

12