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

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 117 /// are profitable to layout together in order to maximize fallthrough
597 // this point. This won't be a fallthrough, but it will increase locality.
688 /// fallthrough opportunities.
708 // fallthrough opportunites unless it selects such an exit. Keep a set of
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 195 Label fallthrough;
197 __ j(not_equal, &fallthrough);
200 __ bind(&fallthrough);
206 Label fallthrough;
218 __ j(equal, &fallthrough);
374 __ bind(&fallthrough);
381 Label fallthrough;
391 __ j(equal, &fallthrough);
449 __ bind(&fallthrough);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 785 // FALLTHROUGH
788 // FALLTHROUGH
791 // FALLTHROUGH
794 // FALLTHROUGH
797 // FALLTHROUGH
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c 386 /* FALLTHROUGH */
469 goto fallthrough;
486 /* FALLTHROUGH */
488 fallthrough:
697 /* FALLTHROUGH */
  /external/dhcpcd-6.8.2/
if-options.c 667 case 'f': /* FALLTHROUGH */
668 case 'g': /* FALLTHROUGH */
669 case 'n': /* FALLTHROUGH */
670 case 'x': /* FALLTHROUGH */
671 case 'T': /* FALLTHROUGH */
672 case 'U': /* FALLTHROUGH */
    [all...]
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 67 @SuppressWarnings("fallthrough")
128 @SuppressWarnings("fallthrough")
206 @SuppressWarnings("fallthrough")
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 127 // Fallthrough...
132 // Fallthrough...
143 // Fallthrough... (zero comparisons can use record-form instructions)
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 315 fallthrough // '.' can start a number.
453 fallthrough
519 fallthrough
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 315 fallthrough // '.' can start a number.
453 fallthrough
519 fallthrough
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 231 // fallthrough
234 // fallthrough
237 // fallthrough
240 // fallthrough
262 // fallthrough
265 // fallthrough
  /art/runtime/interpreter/mterp/arm/
footer.S 88 /* intentional fallthrough - handle pending exception. */
114 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/arm64/
footer.S 85 /* intentional fallthrough - handle pending exception. */
109 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/x86/
footer.S 103 /* intentional fallthrough - handle pending exception. */
131 /* NOTE: no fallthrough */
  /bionic/libc/arch-arm/generic/bionic/
memcmp.S 289 7: /* fix up the 2 pointers and fallthrough... */
337 7: /* fix up the 2 pointers and fallthrough... */
  /external/bison/lib/
mbrtowc.c 72 /*FALLTHROUGH*/
75 /*FALLTHROUGH*/
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 629 /* FALLTHROUGH */
662 /* FALLTHROUGH */
665 /* FALLTHROUGH */
669 /* FALLTHROUGH */
707 /* FALLTHROUGH */
712 /* FALLTHROUGH */
725 /* FALLTHROUGH */
739 /* FALLTHROUGH */
    [all...]
  /external/skia/
public.bzl 477 "-Wno-implicit-fallthrough", # Some intentional fallthrough.
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 284 // true and false label should be made, to optimize fallthrough.
292 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 270 // true and false label should be made, to optimize fallthrough.
275 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 298 // true and false label should be made, to optimize fallthrough.
310 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 301 // true and false label should be made, to optimize fallthrough.
313 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 257 // true and false label should be made, to optimize fallthrough.
263 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 256 // true and false label should be made, to optimize fallthrough.
262 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 268 // true and false label should be made, to optimize fallthrough.
273 // true and false label should be made, to optimize fallthrough.
  /prebuilts/go/darwin-x86/test/
return.go 546 fallthrough
588 fallthrough
1223 fallthrough
1261 fallthrough
1948 fallthrough
1990 fallthrough
2625 fallthrough
2663 fallthrough
    [all...]

Completed in 1165 milliseconds

1 2 3 4 56 7 8 91011>>