Home
last modified time | relevance | path

Searched refs:hasBreak (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
111 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
122 return hasBreak(s.Stmt, label, implicit)
138 if hasBreak(s.Body, label, implicit) ||
139 s.Else != nil && hasBreak(s.Else, label, implicit) {
147 if label != "" && hasBreak(s.Body, label, false) {
152 if label != "" && hasBreak(s.Body, label, false) {
160 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/types/
H A Dreturn.go71 if s.Cond == nil && !hasBreak(s.Body, label, true) {
110 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
121 return hasBreak(s.Stmt, label, implicit)
137 if hasBreak(s.Body, label, implicit) ||
138 s.Else != nil && hasBreak(s.Else, label, implicit) {
146 if label != "" && hasBreak(s.Body, label, false) {
151 if label != "" && hasBreak(s.Body, label, false) {
159 if label != "" && hasBreak(s.Body, label, false) {
164 if label != "" && hasBreak(s.Body, label, false) {
169 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
111 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
122 return hasBreak(s.Stmt, label, implicit)
138 if hasBreak(s.Body, label, implicit) ||
139 s.Else != nil && hasBreak(s.Else, label, implicit) {
147 if label != "" && hasBreak(s.Body, label, false) {
152 if label != "" && hasBreak(s.Body, label, false) {
160 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
111 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
122 return hasBreak(s.Stmt, label, implicit)
138 if hasBreak(s.Body, label, implicit) ||
139 s.Else != nil && hasBreak(s.Else, label, implicit) {
147 if label != "" && hasBreak(s.Body, label, false) {
152 if label != "" && hasBreak(s.Body, label, false) {
160 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
127 return hasBreak(s.Stmt, label, implicit)
143 if hasBreak(s.Body, label, implicit) ||
144 s.Else != nil && hasBreak(s.Else, label, implicit) {
152 if label != "" && hasBreak(s.Body, label, false) {
157 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
175 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/types/
H A Dreturn.go77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
111 func hasBreak(s ast.Stmt, label string, implicit bool) bool { func
122 return hasBreak(s.Stmt, label, implicit)
138 if hasBreak(s.Body, label, implicit) ||
139 s.Else != nil && hasBreak(s.Else, label, implicit) {
147 if label != "" && hasBreak(s.Body, label, false) {
152 if label != "" && hasBreak(s.Body, label, false) {
160 if label != "" && hasBreak(s.Body, label, false) {
165 if label != "" && hasBreak(s.Body, label, false) {
170 if label != "" && hasBreak(s.Body, label, false) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dreturn.go70 if s.Cond == nil && !hasBreak(s.Body, label, true) {
108 func hasBreak(s syntax.Stmt, label string, implicit bool) bool { func
119 return hasBreak(s.Stmt, label, implicit)
135 if hasBreak(s.Then, label, implicit) ||
136 s.Else != nil && hasBreak(s.Else, label, implicit) {
151 if label != "" && hasBreak(s.Body, label, false) {
161 if hasBreak(s, label, implicit) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/analysis/
H A Dbreak.go11 return v.hasBreak
15 hasBreak bool member
19 if v.hasBreak {
25 v.hasBreak = true

123456789