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

1 2 34 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtof.c 70 /* FALLTHROUGH */
strtord.c 60 /* FALLTHROUGH */
  /external/iproute2/examples/bpf/
bpf_tailcall.c 83 char fmt[] = "fallthrough\n";
  /external/libvterm/src/
parser.c 63 /* FALLTHROUGH */
237 // fallthrough
247 // else fallthrough
264 // else fallthrough
  /external/v8/src/
bailout-reason.h 213 "Unexpected fallthrough from CharCodeAt slow case") \
215 "Unexpected fallthrough from CharFromCode slow case") \
219 "Unexpected fallthrough to CharCodeAt slow case") \
221 "Unexpected fallthrough to CharFromCode slow case") \
fast-dtoa.cc 232 } // else fallthrough
240 } // else fallthrough
248 } // else fallthrough
257 } // else fallthrough
265 } // else fallthrough
273 } // else fallthrough
282 } // else fallthrough
290 } // else fallthrough
298 } // else fallthrough
306 } // else fallthrough
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 64 case llvm::CodeGenOpt::Aggressive: //Intentional fallthrough
  /art/runtime/interpreter/mterp/mips/
footer.S 87 /* intentional fallthrough - handle pending exception. */
112 /* NOTE: no fallthrough */
  /external/clang/test/CodeGen/
switch.c 134 // miscompilation of fallthrough from default to a (tested) case
190 // fallthrough empty range
  /external/clang/test/SemaCXX/
ast-print.cpp 204 // CHECK: {{\[\[clang::fallthrough\]\]}}
205 [[clang::fallthrough]];
  /external/opencv3/3rdparty/libtiff/
tif_getimage.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 106 static BlockCompletion FallThrough() {
136 Instruction* EndBlock(BlockCompletion completion = FallThrough());
  /external/webp/src/dsp/
lossless_enc_neon.c 67 // fallthrough and finish off with plain-C
123 // fallthrough and finish off with plain-C
  /prebuilts/go/darwin-x86/src/runtime/
panic1.go 69 fallthrough
76 fallthrough
  /prebuilts/go/linux-x86/src/runtime/
panic1.go 69 fallthrough
76 fallthrough
  /system/netd/server/
NetworkController.cpp 99 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(),
107 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(),
195 // ensures that the VPN fallthrough rule does not match.
243 // split-tunnel, that's okay, because we have fallthrough rules that will direct the fallthrough
245 // the fallthrough rules also go away), the socket that used to fallthrough to the default network
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 540 // fallthrough --> copy0MBB
553 // Next, add the true and fallthrough blocks as its successors.
562 // # fallthrough to sinkMBB
601 // fallthrough --> copy0MBB
614 // Next, add the true and fallthrough blocks as its successors.
624 // # fallthrough to sinkMBB
665 // fallthrough --> copy0MBB
678 // Next, add the true and fallthrough blocks as its successors.
688 // # fallthrough to sinkMBB
  /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/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/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/test/CodeGen/Mips/
longbranch.ll 30 ; and fallthrough block stores 1 to global variable.
45 ; target of the new branch (bnez) is the fallthrough block of the original
46 ; branch. Check that fallthrough block of the new branch contains long branch
  /external/mesa3d/src/mesa/main/
teximage.c 136 ; /* fallthrough */
146 ; /* fallthrough */
155 ; /* fallthrough */
167 ; /* fallthrough */
185 ; /* fallthrough */
195 ; /* fallthrough */
208 ; /* fallthrough */
221 ; /* fallthrough */
251 ; /* fallthrough */
261 ; /* fallthrough */
    [all...]
  /external/toybox/toys/pending/
telnet.c 241 case DO: /* FALLTHROUGH */
242 case DONT: /* FALLTHROUGH */
243 case WILL: /* FALLTHROUGH */
  /frameworks/base/core/java/android/app/usage/
UsageStatsManager.java 139 // fallthrough and return null.
164 // fallthrough and return the empty list.
188 // fallthrough and return null

Completed in 1106 milliseconds

1 2 34 5 6 7 8 91011>>