Home
last modified time | relevance | path

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 Dopnames.go79 OSTRUCTKEY: "STRUCTKEY",
H A Dsinit.go636 case OSTRUCTKEY:
664 if r.Op != OSTRUCTKEY {
726 if r.Op != OSTRUCTKEY {
1266 if a.Op != OSTRUCTKEY {
H A Dsyntax.go515 OSTRUCTKEY // Sym:Left (key:value in struct literal, after type checking) const
H A Dtypecheck.go2607 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 Dinl.go288 case OSTRUCTKEY:
H A Dbimport.go887 list[i] = nodSym(OSTRUCTKEY, p.expr(), s)
H A Dfmt.go1391 case OSTRUCTKEY:
H A Dwalk.go3777 OSTRUCTKEY,
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dsinit.go441 case OSTRUCTKEY:
469 if r.Op != OSTRUCTKEY {
534 if r.Op != OSTRUCTKEY {
1081 if a.Op != OSTRUCTKEY {
H A Dop_string.go79 _ = x[OSTRUCTKEY-68]
H A Dsyntax.go697 OSTRUCTKEY // Sym:Left (key:value in struct literal, after type checking) const
H A Dtypecheck.go2515 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 Diimport.go1060 list[i] = nodSym(OSTRUCTKEY, r.expr(), s)
H A Dfmt.go1424 case OSTRUCTKEY:
H A Dwalk.go3858 OSTRUCTKEY,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dop_string.go80 _ = x[OSTRUCTKEY-69]
H A Dnode.go201 OSTRUCTKEY // Field:Value (key:value in struct literal, after type checking) const
H A Dexpr.go326 n.op = OSTRUCTKEY
H A Dfmt.go761 case OSTRUCTKEY:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/staticinit/
H A Dsched.go402 if a.Op() != ir.OSTRUCTKEY {
556 ir.OSTRUCTKEY,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dcomplit.go121 case ir.OSTRUCTKEY:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dtransform.go884 if n.Op() == ir.OKEY || n.Op() == ir.OSTRUCTKEY {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dtypecheck.go1320 if n.Op() == ir.OKEY || n.Op() == ir.OSTRUCTKEY {