HomeSort by relevance Sort by last modified time
    Searched full:fallthrough (Results 226 - 250 of 1435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 148 // FALLTHROUGH
202 // FALLTHROUGH
IfConversion.cpp 91 /// HasFallThrough - True if BB may fallthrough to the following BB.
413 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given
634 // fallthrough.
754 // Unanalyzable or ends with fallthrough or unconditional branch, or if is not
769 // Do not ifcvt if true and false fallthrough blocks are the same.
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 255 // true and false label should be made, to optimize fallthrough.
261 // true and false label should be made, to optimize fallthrough.
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 254 // true and false label should be made, to optimize fallthrough.
260 // true and false label should be made, to optimize fallthrough.
  /libcore/ojluni/src/main/java/java/io/
LineNumberReader.java 123 @SuppressWarnings("fallthrough")
163 @SuppressWarnings("fallthrough")
  /bionic/libc/stdio/
vfprintf.cpp 209 /* FALLTHROUGH */
308 /*FALLTHROUGH*/
330 /*FALLTHROUGH*/
474 /*FALLTHROUGH*/
494 /*FALLTHROUGH*/
526 /*FALLTHROUGH*/
vfwprintf.cpp 198 /* FALLTHROUGH */
297 /*FALLTHROUGH*/
308 /*FALLTHROUGH*/
459 /*FALLTHROUGH*/
479 /*FALLTHROUGH*/
507 /*FALLTHROUGH*/
printf_common.h 475 /*FALLTHROUGH*/
484 /*FALLTHROUGH*/
522 /*FALLTHROUGH*/
531 /*FALLTHROUGH*/
537 /*FALLTHROUGH*/
  /external/dhcpcd-6.8.2/
if.c 424 case IFT_BRIDGE: /* FALLTHROUGH */
427 case IFT_PPP: /* FALLTHROUGH */
430 case IFT_PROPVIRTUAL: /* FALLTHROUGH */
446 /* FALLTHROUGH */
449 case IFT_L2VLAN: /* FALLTHROUGH */
452 case IFT_L3IPVLAN: /* FALLTHROUGH */
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/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 140 /// are profitable to layout together in order to maximize fallthrough
485 /// checks if the fallthrough candidate block \p Succ (of block
    [all...]
IfConversion.cpp 100 /// HasFallThrough - True if BB may fallthrough to the following BB.
438 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given
663 // fallthrough.
769 // latter might fallthrough, but we can't determine where to.
830 // Unanalyzable or ends with fallthrough or unconditional branch, or if is
847 // Do not ifcvt if true and false fallthrough blocks are the same.
    [all...]
  /external/mksh/src/
misc.c 518 /* FALLTHROUGH */
    [all...]
tree.c 165 /* FALLTHROUGH */
336 /* FALLTHROUGH */
354 /* FALLTHROUGH */
379 /* FALLTHROUGH */
425 /* FALLTHROUGH */
619 /* FALLTHROUGH */
852 /* FALLTHROUGH */
  /external/toybox/toys/pending/
dhcp.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 644 isUnsigned = true; // FALLTHROUGH
654 isUnsigned = true; // FALLTHROUGH
664 isUnsigned = true; // FALLTHROUGH
674 isUnsigned = true; // FALLTHROUGH
829 // fallthrough --> copy0MBB
843 // Next, add the true and fallthrough blocks as its successors.
851 // # fallthrough to copy1MBB
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.c     [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...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_update.c 273 /* fallthrough */
305 /* FALLTHROUGH */
377 /* fallthrough to process NS and A records */
407 /* fallthrough to process NS and A records */
418 /* fallthrough to process A records */
  /external/harfbuzz_ng/src/
hb-private.hh 144 * case 1: // These cases have no code. No fallthrough annotations are needed.
147 * foo = 4; // This case has code, so a fallthrough annotation is needed:
154 /* clang's fallthrough annotations are only available starting in C++11. */
155 # define HB_FALLTHROUGH [[clang::fallthrough]]
164 # define HB_FALLTHROUGH /* FALLTHROUGH */
  /external/pdfium/third_party/libtiff/
tif_predict.c 266 tmsize_t i; for (i = n-4; i > 0; i--) { op; } } /*-fallthrough*/ \
267 case 4: op; /*-fallthrough*/ \
268 case 3: op; /*-fallthrough*/ \
269 case 2: op; /*-fallthrough*/ \
270 case 1: op; /*-fallthrough*/ \
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 389 /* FALLTHROUGH */
472 goto fallthrough;
489 /* FALLTHROUGH */
491 fallthrough:
700 /* FALLTHROUGH */
  /tools/dexter/slicer/
dex_bytecode.cc     [all...]
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 67 @SuppressWarnings("fallthrough")
128 @SuppressWarnings("fallthrough")
206 @SuppressWarnings("fallthrough")
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 231 // fallthrough
234 // fallthrough
237 // fallthrough
240 // fallthrough
262 // fallthrough
265 // fallthrough

Completed in 4636 milliseconds

1 2 3 4 5 6 7 8 91011>>