Home
last modified time | relevance | path

Searched refs:TPTR32 (Results 1 – 15 of 15) sorted by last modified time

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dtypes.go35 TPTR32 = types.TPTR32 const
H A Duniverse.go170 types.Types[TPTR32] = types.New(TPTR32)
171 dowidth(types.Types[TPTR32])
183 types.Tptr = TPTR32
256 okforeq[TPTR32] = true
H A Dalign.go252 case TPTR32:
H A Dbexport.go748 case TPTR32, TPTR64: // could use Tptr but these are constants
H A Dconst.go330 case TPTR32,
1525 TPTR32:
H A Dalg.go105 TBOOL, TPTR32, TPTR64,
H A Dexport.go196 case TARRAY, TCHAN, TPTR32, TPTR64, TSLICE:
H A Dreflect.go643 case TARRAY, TSLICE, TPTR32, TPTR64, TCHAN:
701 TPTR32: objabi.KindPtr,
723 case TPTR32,
1011 TPTR32,
1047 TINT64, TUINT64, TUINTPTR, TPTR32, TPTR64, TUNSAFEPTR, TCHAN:
1259 case TPTR32, TPTR64:
1338 case TPTR32, TPTR64, TARRAY, TCHAN, TFUNC, TMAP, TSLICE, TSTRUCT:
H A Dssa.go991 opAndType{OADD, TPTR32}: ssa.OpAdd32,
1109 opAndType{OEQ, TPTR32}: ssa.OpEqPtr,
1130 opAndType{ONE, TPTR32}: ssa.OpNeqPtr,
H A Dsubr.go801 case TPTR32,
2033 case TPTR32,
H A Dfmt.go739 case TPTR32, TPTR64:
H A Dplive.go384 case TPTR32,
886 case TPTR32,
H A Dtypecheck.go77 TPTR32: "pointer",
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/types/
H A Dtype.go44 TPTR32 const
427 case TPTR32, TPTR64:
585 case TPTR32, TPTR64:
747 case TPTR32, TPTR64:
1056 case TPTR32, TPTR64, TSLICE:
1216 return t.Etype == TPTR32 || t.Etype == TPTR64
1230 return t.Etype == TPTR32 || t.Etype == TPTR64 || t.Etype == TUNSAFEPTR ||
H A Dutils.go98 TPTR32: "PTR32",