Home
last modified time | relevance | path

Searched refs:etyp (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dmfinal.go283 etyp := e._type
284 if etyp == nil {
287 if etyp.kind&kindMask != kindPtr {
288 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
290 ot := (*ptrtype)(unsafe.Pointer(etyp))
341 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
344 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
348 case fint == etyp:
352 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
363 if getitab(fint, etyp, true) == nil {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmfinal.go282 etyp := e._type
283 if etyp == nil {
286 if etyp.kind&kindMask != kindPtr {
287 throw("runtime.SetFinalizer: first argument is " + *etyp.string + ", not pointer")
289 ot := (*ptrtype)(unsafe.Pointer(etyp))
340 …throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string + " be…
343 throw("runtime.SetFinalizer: cannot pass " + *etyp.string + " to finalizer " + *ftyp.string)
347 case fint == etyp:
351 …if (fint.uncommontype == nil || etyp.uncommontype == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem…
362 if getitab(fint, etyp, true) == nil {
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/parser/
H A DArffParser.java342 else if(TypeUtil.LABELLIST.equals(etyp[out])) { in loadDenseInstance()
354 else if(TypeUtil.EXTERNALID.equals(etyp[out])) { in loadDenseInstance()
361 else if(TypeUtil.CLASSLABEL.equals(etyp[out])) { in loadDenseInstance()
371 …xception("Unsupported type for column " + "->" + out + ": " + ((etyp[out] != null) ? etyp[out].toS… in loadDenseInstance()
437 else if(TypeUtil.LABELLIST.equals(etyp[out])) { in setupBundleHeaders()
444 else if(TypeUtil.EXTERNALID.equals(etyp[out])) { in setupBundleHeaders()
447 else if(TypeUtil.CLASSLABEL.equals(etyp[out])) { in setupBundleHeaders()
546 etyp[next] = TypeUtil.EXTERNALID; in processColumnTypes()
554 etyp[next] = TypeUtil.CLASSLABEL; in processColumnTypes()
568 etyp[next] = TypeUtil.NUMBER_VECTOR_FIELD; in processColumnTypes()
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmfinal.go316 etyp := e._type
317 if etyp == nil {
320 if etyp.kind&kindMask != kindPtr {
321 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
323 ot := (*ptrtype)(unsafe.Pointer(etyp))
379 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
382 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
386 case fint == etyp:
390 …if (fint.uncommon() == nil || etyp.uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem == …
405 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmfinal.go339 etyp := e._type
340 if etyp == nil {
343 if etyp.kind&kindMask != kindPtr {
344 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
346 ot := (*ptrtype)(unsafe.Pointer(etyp))
402 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
405 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
409 case fint == etyp:
413 …if (fint.uncommon() == nil || etyp.uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem == …
428 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1333.c151 double *etyp = SISL_NULL; local
168 etyp = newarray (inbcrv, DOUBLE);
169 if (etyp == SISL_NULL)
262 for (ki=0; ki < inbcrv; ki++) etyp[ki] = (double)nctyp[ki];
265 s1358(scoef2,knbcrv,kdimcrv,etyp,spar,kcnsta,kcnend,iopen,iord2,astpar,
355 if (etyp != SISL_NULL)
356 freearray (etyp);
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmfinal.go316 etyp := e._type
317 if etyp == nil {
320 if etyp.kind&kindMask != kindPtr {
321 throw("runtime.SetFinalizer: first argument is " + etyp.string() + ", not pointer")
323 ot := (*ptrtype)(unsafe.Pointer(etyp))
379 …throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string() + " …
382 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
386 case fint == etyp:
390 …if (fint.uncommon() == nil || etyp.uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem == …
405 throw("runtime.SetFinalizer: cannot pass " + etyp.string() + " to finalizer " + ftyp.string())
/dports/devel/py-mondrian/mondrian-0.8.1/mondrian/
H A Dformatters.py39 etyp, emsg = g.group(1), g.group(2)
42 + bg(lightwhite(" " + etyp + " "))
44 + lightwhite(textwrap.indent(str(emsg), " " * (len(etyp) + 4)).strip())
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/refiner/
H A DMeshRefiner.cpp110 EntityType etyp = this->mesh_in->type_from_handle( *it ); in refine() local
111 if ( etyp == MBENTITYSET ) in refine()
134 this->entity_refiner->refine_entity( etyp, *it ); in refine()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/reflect/
H A Dtype.go1550 etyp := elem.(*rtype)
1557 ckey := cacheKey{Map, ktyp, etyp, 0}
1573 mt.hash = ktyp.hash + etyp.hash + 2 + 14
1576 mt.elem = etyp
1773 func bucketOf(ktyp, etyp *rtype) *rtype {
1784 if etyp.size > maxValSize {
1785 etyp = PtrTo(etyp).(*rtype)
1831 if etyp.kind&kindNoPointers == 0 {
1832 if etyp.kind&kindGCProg != 0 {
1839 word := base + j*etyp.size/ptrSize + i
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/reflect/
H A Dtype.go1550 etyp := elem.(*rtype)
1557 ckey := cacheKey{Map, ktyp, etyp, 0}
1573 mt.hash = ktyp.hash + etyp.hash + 2 + 14
1576 mt.elem = etyp
1773 func bucketOf(ktyp, etyp *rtype) *rtype {
1784 if etyp.size > maxValSize {
1785 etyp = PtrTo(etyp).(*rtype)
1831 if etyp.kind&kindNoPointers == 0 {
1832 if etyp.kind&kindGCProg != 0 {
1839 word := base + j*etyp.size/ptrSize + i
[all …]

12345678910>>...25