Home
last modified time | relevance | path

Searched refs:Idealbool (Results 1 – 15 of 15) sorted by path

/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dbexport.go145 return types.Idealbool
H A Dconst.go1047 return types.Idealbool
H A Dfmt.go746 case types.Idealbool:
1308 …if n.Type != nil && n.Type.Etype != TIDEAL && n.Type.Etype != TNIL && n.Type != types.Idealbool &&…
H A Dsubr.go815 if n.Type == types.Idealbool && !t.IsBoolean() {
H A Dtypecheck.go766 t = types.Idealbool
2678 case types.Idealbool:
H A Duniverse.go127 types.Idealbool = types.New(TBOOL)
134 asNode(s.Def).Type = types.Idealbool
140 asNode(s.Def).Type = types.Idealbool
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/types/
H A Dtype.go108 Idealbool *Type var
1390 if t == Idealstring || t == Idealbool {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dbexport.go1882 return types.Idealbool
H A Dconst.go234 if n.Type == types.Idealbool {
1256 n.Type = types.Idealbool
H A Dexport.go140 if t != types.Types[t.Etype] && t != types.Idealbool && t != types.Idealstring {
154 if t != types.Types[n.Type.Etype] && t != types.Idealbool && t != types.Idealstring {
H A Dfmt.go728 if mode == FErr && (t == types.Idealbool || t == types.Idealstring) {
1269 …if n.Type != nil && n.Type.Etype != TIDEAL && n.Type.Etype != TNIL && n.Type != types.Idealbool &&…
H A Dsubr.go449 c.Type = types.Idealbool
957 if n.Type == types.Idealbool && !t.IsBoolean() {
H A Dtypecheck.go728 t = types.Idealbool
2835 case types.Idealbool:
H A Duniverse.go119 types.Idealbool = types.New(TBOOL)
126 asNode(s.Def).Type = types.Idealbool
132 asNode(s.Def).Type = types.Idealbool
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/types/
H A Dtype.go112 Idealbool *Type var
1339 if t == Idealstring || t == Idealbool {