HomeSort by relevance Sort by last modified time
    Searched full:fallthrough (Results 176 - 200 of 936) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/net/
external_test.go 30 fallthrough
platform_test.go 45 fallthrough
  /prebuilts/go/linux-x86/src/path/
match.go 174 fallthrough
  /system/bt/btif/src/
btif_debug_btsnoop.c 117 // FALLTHROUGH
  /system/core/libsysutils/src/
SocketClient.cpp 131 *(current++) = '\\'; // fallthrough
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 548 /* FALLTHROUGH */
668 /*FALLTHROUGH*/
834 /*FALLTHROUGH*/
893 /*FALLTHROUGH*/
1308 /*FALLTHROUGH*/
1348 /*FALLTHROUGH*/
1365 /*FALLTHROUGH*/
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 129 * case 1: // These cases have no code. No fallthrough annotations are needed.
132 * foo = 4; // This case has code, so a fallthrough annotation is needed:
139 /* clang's fallthrough annotations are only available starting in C++11. */
140 # define HB_FALLTHROUGH [[clang::fallthrough]]
149 # define HB_FALLTHROUGH /* FALLTHROUGH */
  /external/llvm/test/CodeGen/X86/
block-placement.ll 212 ; fallthrough opportunities into the top and out of the bottom.
552 ; didn't correctly locate the fallthrough successor, assuming blindly that the
553 ; first one was the fallthrough successor. As a result, we would add an
580 ; fallthrough simply won't occur. Make sure we don't crash trying to update
644 ; fallthrough because that happens to always produce unanalyzable branches on
936 ; a 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/arm64/
regexp-macro-assembler-arm64.cc 277 Label fallthrough; local
298 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough);
433 __ Bind(&fallthrough);
439 Label fallthrough; local
459 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough);
513 __ 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/ppc/
regexp-macro-assembler-ppc.cc 229 Label fallthrough;
237 __ beq(&fallthrough, cr0);
365 __ bind(&fallthrough);
372 Label fallthrough;
383 __ beq(&fallthrough, cr0);
433 __ 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/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 159 fallthrough
161 //fallthrough
256 fallthrough
269 fallthrough
468 fallthrough
631 fallthrough
sinit.go 361 fallthrough
432 fallthrough
482 fallthrough
586 fallthrough
1408 fallthrough
1475 fallthrough
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 156 fallthrough
158 //fallthrough
253 fallthrough
266 fallthrough
465 fallthrough
628 fallthrough
sinit.go 358 fallthrough
429 fallthrough
479 fallthrough
583 fallthrough
1405 fallthrough
1472 fallthrough
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 159 fallthrough
161 //fallthrough
256 fallthrough
269 fallthrough
468 fallthrough
631 fallthrough
sinit.go 361 fallthrough
432 fallthrough
482 fallthrough
586 fallthrough
1408 fallthrough
1475 fallthrough
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 156 fallthrough
158 //fallthrough
253 fallthrough
266 fallthrough
465 fallthrough
628 fallthrough
sinit.go 358 fallthrough
429 fallthrough
479 fallthrough
583 fallthrough
1405 fallthrough
1472 fallthrough
  /bionic/libc/dns/resolv/
res_query.c 321 /* FALLTHROUGH */
331 /* FALLTHROUGH */
  /bionic/libc/tzcode/
strptime.c 270 /* FALLTHROUGH */
279 /* FALLTHROUGH */
  /build/blueprint/proptools/
extend.go 218 fallthrough
242 fallthrough

Completed in 846 milliseconds

1 2 3 4 5 6 78 91011>>