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

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 272 // Go back to the try-statement fallthrough.
292 // fallthrough
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 82 @SuppressWarnings("fallthrough")
156 @SuppressWarnings("fallthrough")
  /external/iputils/
tracepath6.c 505 /*FALLTHROUGH*/
548 /*FALLTHROUGH*/
  /external/libedit/src/
unvis.c 371 /*FALLTHROUGH*/
433 /*FALLTHROUGH*/
parse.c 263 /*FALLTHROUGH*/
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 186 case ISD::SHL: // FALLTHROUGH
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 254 default: // FIXME: fallthrough??
267 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
  /external/skia/site/dev/contrib/
style.md 264 Fallthrough from one case to the next is commented unless it is trivial:
272 // fallthrough
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 299 // true and false label should be made, to optimize fallthrough.
304 // true and false label should be made, to optimize fallthrough.
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 577 EndBlock(FallThrough());
598 EndBlock(FallThrough());
  /external/vboot_reference/futility/
cmd_dump_fmap.c 440 /* fallthrough */
499 /* fallthrough */
  /external/vixl/
SConstruct 199 # -Wimplicit-fallthrough only works when compiling the code base as C++11 or
202 env.Append(CPPFLAGS = ['-Wimplicit-fallthrough', '-Wshorten-64-to-32'])
  /external/webp/src/dsp/
lossless_enc_sse2.c 37 // fallthrough and finish off with plain-C
71 // fallthrough and finish off with plain-C
  /packages/apps/Messaging/build/gcheckstyle/tools/java/checkstyle/
googlestyle-5.0.xml 322 <module name="FallThrough">
324 javac -Xlint:fallthrough, but the check is suppressed if there is a single-line comment
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 307 OFALL // fallthrough (after processing)
308 OXFALL // fallthrough (before processing)
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 317 fallthrough
320 fallthrough
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 307 OFALL // fallthrough (after processing)
308 OXFALL // fallthrough (before processing)
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 317 fallthrough
320 fallthrough
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 142 /* FALLTHROUGH */
147 /* FALLTHROUGH */
  /external/autotest/client/tests/rtc/src/
rtctest.c 46 /* FALLTHROUGH */
  /external/e2fsprogs/lib/e2p/
feature.c 326 /* fallthrough */
  /external/guava/guava/src/com/google/common/math/
LongMath.java 83 @SuppressWarnings("fallthrough")
125 @SuppressWarnings("fallthrough")
274 @SuppressWarnings("fallthrough")
346 @SuppressWarnings("fallthrough")
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 165 // fallthrough
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 164 llvm_unreachable("Previous switch has a fallthrough?");

Completed in 490 milliseconds

1 2 3 4 5 6 7 891011>>