HomeSort by relevance Sort by last modified time
    Searched defs:hasBreak (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
return.go 77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
109 // TODO(gri) For nested breakable statements, the current implementation of hasBreak
113 // hasBreak reports if s is or contains a break statement
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool {
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)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
return.go 77 if s.Cond == nil && !hasBreak(s.Body, label, true) {
109 // TODO(gri) For nested breakable statements, the current implementation of hasBreak
113 // hasBreak reports if s is or contains a break statement
116 func hasBreak(s ast.Stmt, label string, implicit bool) bool {
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)
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 447 UBool hasBreak = FALSE;
461 hasBreak = U_SUCCESS(status);
465 if (hasBreak || fString.moveIndex32(matchStart, 1) < matchEnd) {
498 if (hasBreak) {
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 199 milliseconds