Searched refs:OSTRUCTKEY (Results 1 – 23 of 23) sorted by relevance
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/ |
H A D | opnames.go | 79 OSTRUCTKEY: "STRUCTKEY",
|
H A D | sinit.go | 636 case OSTRUCTKEY: 664 if r.Op != OSTRUCTKEY { 726 if r.Op != OSTRUCTKEY { 1266 if a.Op != OSTRUCTKEY {
|
H A D | syntax.go | 515 OSTRUCTKEY // Sym:Left (key:value in struct literal, after type checking) const
|
H A D | typecheck.go | 2607 if n.Op == OKEY || n.Op == OSTRUCTKEY { 3137 n1 = nodSym(OSTRUCTKEY, n1, f.Sym) 3155 l.Op = OSTRUCTKEY 3182 if l.Op != OSTRUCTKEY {
|
H A D | inl.go | 288 case OSTRUCTKEY:
|
H A D | bimport.go | 887 list[i] = nodSym(OSTRUCTKEY, p.expr(), s)
|
H A D | fmt.go | 1391 case OSTRUCTKEY:
|
H A D | walk.go | 3777 OSTRUCTKEY,
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/ |
H A D | sinit.go | 441 case OSTRUCTKEY: 469 if r.Op != OSTRUCTKEY { 534 if r.Op != OSTRUCTKEY { 1081 if a.Op != OSTRUCTKEY {
|
H A D | op_string.go | 79 _ = x[OSTRUCTKEY-68]
|
H A D | syntax.go | 697 OSTRUCTKEY // Sym:Left (key:value in struct literal, after type checking) const
|
H A D | typecheck.go | 2515 if n.Op == OKEY || n.Op == OSTRUCTKEY { 2868 n1 = nodSym(OSTRUCTKEY, n1, f.Sym) 2886 l.Op = OSTRUCTKEY 2913 if l.Op != OSTRUCTKEY {
|
H A D | iimport.go | 1060 list[i] = nodSym(OSTRUCTKEY, r.expr(), s)
|
H A D | fmt.go | 1424 case OSTRUCTKEY:
|
H A D | walk.go | 3858 OSTRUCTKEY,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/ |
H A D | op_string.go | 80 _ = x[OSTRUCTKEY-69]
|
H A D | node.go | 201 OSTRUCTKEY // Field:Value (key:value in struct literal, after type checking) const
|
H A D | expr.go | 326 n.op = OSTRUCTKEY
|
H A D | fmt.go | 761 case OSTRUCTKEY:
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/staticinit/ |
H A D | sched.go | 402 if a.Op() != ir.OSTRUCTKEY { 556 ir.OSTRUCTKEY,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/ |
H A D | complit.go | 121 case ir.OSTRUCTKEY:
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/ |
H A D | transform.go | 884 if n.Op() == ir.OKEY || n.Op() == ir.OSTRUCTKEY {
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/ |
H A D | typecheck.go | 1320 if n.Op() == ir.OKEY || n.Op() == ir.OSTRUCTKEY {
|