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

1 23 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/arm64/
entry.S 70 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/mips/
entry.S 67 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/mips64/
entry.S 85 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/x86/
entry.S 80 /* NOTE: no fallthrough */
  /art/runtime/interpreter/mterp/x86_64/
entry.S 77 /* NOTE: no fallthrough */
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 182 // fallthrough
185 // fallthrough
238 // fallthrough
241 // fallthrough
  /external/clang/test/Parser/
ms-if-exists.cpp 113 [[clang::fallthrough]] // expected-error {{an attribute list cannot appear here}}
  /external/elfutils/libelf/
elf_cntl.c 65 /* FALLTHROUGH */
  /external/llvm/test/CodeGen/X86/
catchret-fallthrough.ll 4 ; its fallthrough target of ret void.
  /system/core/base/include/android-base/
macros.h 166 // expanded to [[clang::fallthrough]] attribute, which is analysed when
167 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough').
177 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
178 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
deadcode.go 634 fallthrough
646 fallthrough
689 fallthrough
803 fallthrough
815 fallthrough
858 fallthrough
1687 fallthrough
1699 fallthrough
1742 fallthrough
1856 fallthrough
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
token.go 103 FALLTHROUGH
204 FALLTHROUGH: "fallthrough",
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
deadcode.go 634 fallthrough
646 fallthrough
689 fallthrough
803 fallthrough
815 fallthrough
858 fallthrough
1687 fallthrough
1699 fallthrough
1742 fallthrough
1856 fallthrough
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
token.go 103 FALLTHROUGH
204 FALLTHROUGH: "fallthrough",
  /external/clang/lib/CodeGen/
CGCleanup.cpp 412 // fallthrough can propagate through.
458 /// Attempts to reduce a cleanup's entry block to a fallthrough. This
617 // - whether there's a fallthrough
629 // fallthrough implies that the fallthrough source unconditionally
642 // If we have a prebranched fallthrough into an inactive normal
697 // If we have a fallthrough and no other need for the cleanup,
713 // I. Set up the fallthrough edge in.
717 // If there's a fallthrough, we need to store the cleanup
723 // Otherwise, save and clear the IP if we don't have fallthrough
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 432 // The block has an unconditional fallthrough. If its successor is not
434 // only non-landing-pad successor, as that is the fallthrough block.
448 // if it would not be reached by fallthrough.
454 // The block has a non-fallthrough conditional branch. If one of its
455 // successors is its layout successor, rewrite it to a fallthrough
469 // as the fallthrough successor.
474 assert(!FallthroughBB && "Found more than one fallthrough successor.");
478 // We fallthrough to the same basic block as the conditional jump
480 // fallthrough.
486 // if it would not be reached by fallthrough
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask_unittest.cc 95 FALLTHROUGH();
108 FALLTHROUGH();
122 FALLTHROUGH();
136 FALLTHROUGH();
149 FALLTHROUGH();
171 FALLTHROUGH();
184 FALLTHROUGH();
197 FALLTHROUGH();
213 FALLTHROUGH();
228 FALLTHROUGH();
    [all...]
  /build/blueprint/proptools/
clone.go 92 fallthrough
161 fallthrough
227 fallthrough
  /external/e2fsprogs/intl/
plural.y 219 /* FALLTHROUGH */
222 /* FALLTHROUGH */
225 /* FALLTHROUGH */
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 220 /* fallthrough */
226 /* fallthrough */
240 /* fallthrough */
  /external/llvm/test/CodeGen/AArch64/
br-to-eh-lpad.ll 6 ; branch would be removed (for instance, turned into a fallthrough), and in
19 br i1 undef, label %invoke.cont33, label %catch.fallthrough
21 catch.fallthrough:
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 182 FALLTHROUGH();
192 FALLTHROUGH();
200 FALLTHROUGH();
  /toolchain/binutils/binutils-2.25/intl/
plural.y 244 /* FALLTHROUGH */
247 /* FALLTHROUGH */
250 /* FALLTHROUGH */
  /art/runtime/base/
macros.h 221 // expanded to [[clang::fallthrough]] attribute, which is analysed when
222 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough').
232 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
233 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
  /bionic/libc/upstream-netbsd/lib/libc/gen/
ftw.c 82 /* FALLTHROUGH */

Completed in 1177 milliseconds

1 23 4 5 6 7 8 91011>>