HomeSort by relevance Sort by last modified time
    Searched refs:fallthrough (Results 76 - 100 of 323) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 185 c->fallthrough = NULL;
215 if (cse->fallthrough) {
216 vtn_order_case(swtch, cse->fallthrough);
225 list_addtail(&cse->link, &cse->fallthrough->link);
237 /* This branch is actually a fallthrough */
238 assert(swcase->fallthrough == NULL ||
239 swcase->fallthrough == block->switch_case);
240 swcase->fallthrough = block->switch_case;
747 /* Take fallthrough into account */
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 181 Label fallthrough; local
183 __ j(not_equal, &fallthrough);
186 __ bind(&fallthrough);
192 Label fallthrough; local
200 __ j(equal, &fallthrough);
347 __ bind(&fallthrough);
354 Label fallthrough; local
366 __ j(equal, &fallthrough);
427 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 197 Label fallthrough;
199 __ j(not_equal, &fallthrough);
202 __ bind(&fallthrough);
208 Label fallthrough;
220 __ j(equal, &fallthrough);
376 __ bind(&fallthrough);
383 Label fallthrough;
393 __ j(equal, &fallthrough);
451 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 181 Label fallthrough; local
183 __ j(not_equal, &fallthrough);
186 __ bind(&fallthrough);
191 Label fallthrough; local
199 __ j(equal, &fallthrough);
346 __ bind(&fallthrough);
353 Label fallthrough; local
365 __ j(equal, &fallthrough);
426 __ bind(&fallthrough);
    [all...]
  /external/vixl/src/
globals-vixl.h 199 // The clang::fallthrough attribute is used along with the Wimplicit-fallthrough
202 // http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
209 #if __has_warning("-Wimplicit-fallthrough") && __cplusplus >= 201103L
210 #define VIXL_FALLTHROUGH() [[clang::fallthrough]]
  /external/icu/icu4c/source/common/unicode/
platform.h 522 * http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
532 # if __has_cpp_attribute(clang::fallthrough) || \
533 (__has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough"))
534 # define U_FALLTHROUGH [[clang::fallthrough]]
  /external/protobuf/src/google/protobuf/stubs/
port.h 217 __has_cpp_attribute(clang::fallthrough)
218 # define GOOGLE_FALLTHROUGH_INTENDED [[clang::fallthrough]]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 217 __has_cpp_attribute(clang::fallthrough)
218 # define GOOGLE_FALLTHROUGH_INTENDED [[clang::fallthrough]]
  /build/blueprint/proptools/
clone.go 94 fallthrough
162 fallthrough
227 fallthrough
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85.go 45 fallthrough
48 fallthrough
51 fallthrough
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 45 fallthrough
48 fallthrough
51 fallthrough
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 213 Label fallthrough;
221 __ b(eq, &fallthrough);
346 __ bind(&fallthrough);
353 Label fallthrough;
364 __ b(eq, &fallthrough);
410 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 219 Label fallthrough;
227 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
358 __ bind(&fallthrough);
365 Label fallthrough; local
376 __ Branch(&fallthrough, le, a1, Operand(zero_reg));
427 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 255 Label fallthrough;
263 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
394 __ bind(&fallthrough);
401 Label fallthrough; local
412 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
457 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 217 Label fallthrough;
226 __ beq(&fallthrough);
355 __ bind(&fallthrough);
361 Label fallthrough;
372 __ beq(&fallthrough);
420 __ bind(&fallthrough);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 220 fallthrough
235 fallthrough
263 fallthrough
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 220 fallthrough
235 fallthrough
263 fallthrough
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 75 Fallthrough = _Fallthrough
122 _Fallthrough: "fallthrough",
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 50 fallthrough
  /prebuilts/go/darwin-x86/src/math/big/
sqrt.go 112 fallthrough
  /prebuilts/go/darwin-x86/src/net/
external_test.go 30 fallthrough
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 108 fallthrough
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 75 Fallthrough = _Fallthrough
122 _Fallthrough: "fallthrough",
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 50 fallthrough
  /prebuilts/go/linux-x86/src/math/big/
sqrt.go 112 fallthrough

Completed in 1071 milliseconds

1 2 34 5 6 7 8 91011>>