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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/WebAssembly/
store.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
load.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
frem.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
memory-addr32.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
memory-addr64.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
unused-argument.ll 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
  /external/llvm/test/CodeGen/X86/
catchret-empty-fallthrough.ll 19 to label %fallthrough unwind label %dispatch
28 fallthrough: ; preds = %try
branchfolding-landingpads.ll 9 ; This tests that we don't do this change when the fallthrough is itself a landing
  /frameworks/base/core/java/android/util/
KeyValueListParser.java 80 // fallthrough
98 // fallthrough
116 // fallthrough
148 // fallthrough
176 // fallthrough
210 // fallthrough
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 29 STMT_ATTR(FallThrough)
247 ATTR_RANGE(Attr, FallThrough, Thread)
248 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrList.inc 29 STMT_ATTR(FallThrough)
247 ATTR_RANGE(Attr, FallThrough, Thread)
248 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
  /prebuilts/go/darwin-x86/src/net/textproto/
writer.go 77 fallthrough
110 fallthrough
113 fallthrough
  /prebuilts/go/linux-x86/src/net/textproto/
writer.go 77 fallthrough
110 fallthrough
113 fallthrough
  /external/vixl/src/
globals-vixl.h 199 // The clang::fallthrough attribute is used along with the Wimplicit-fallthrough
202 // http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
209 #if __has_warning("-Wimplicit-fallthrough") && __cplusplus >= 201103L
210 #define VIXL_FALLTHROUGH() [[clang::fallthrough]]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
BodyDescriptor.java 217 boolean fallThrough = false;
229 fallThrough = true;
232 if (!fallThrough)
238 fallThrough = false;
247 fallThrough = true;
253 if (!fallThrough)
  /external/pdfium/third_party/libtiff/
tif_fax3.c 332 case 15:(cp)[14] = 0xff; /*-fallthrough*/ \
333 case 14:(cp)[13] = 0xff; /*-fallthrough*/ \
334 case 13:(cp)[12] = 0xff; /*-fallthrough*/ \
335 case 12:(cp)[11] = 0xff; /*-fallthrough*/ \
336 case 11:(cp)[10] = 0xff; /*-fallthrough*/ \
337 case 10: (cp)[9] = 0xff; /*-fallthrough*/ \
338 case 9: (cp)[8] = 0xff; /*-fallthrough*/ \
339 case 8: (cp)[7] = 0xff; /*-fallthrough*/ \
340 case 7: (cp)[6] = 0xff; /*-fallthrough*/ \
341 case 6: (cp)[5] = 0xff; /*-fallthrough*/ \
    [all...]
  /cts/hostsidetests/jvmti/base/jni/
Android.bp 54 "-Wimplicit-fallthrough",
  /external/compiler-rt/lib/builtins/x86_64/
chkstk2.S 17 // fallthrough
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 94 /* fallthrough */
162 /* fallthrough */
165 /* fallthrough */
168 /* fallthrough */
  /frameworks/base/services/core/java/com/android/server/oemlock/
VendorLock.java 71 // Fallthrough
103 // Fallthrough
119 // Fallthrough
151 // Fallthrough
  /libnativehelper/tests/
Android.bp 37 "-Wimplicit-fallthrough",
  /system/libvintf/
TransportArch.cpp 29 case Transport::EMPTY: // fallthrough
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-cxx98.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 -Wimplicit-fallthrough %s
7 int fallthrough(int n) { function
  /external/tensorflow/tensorflow/core/platform/
macros.h 105 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
106 #define TF_FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
  /external/webrtc/webrtc/call/
rtc_event_log.cc 386 FALLTHROUGH();
388 FALLTHROUGH();
390 FALLTHROUGH();
392 FALLTHROUGH();
394 FALLTHROUGH();
396 FALLTHROUGH();
405 FALLTHROUGH();
407 FALLTHROUGH();

Completed in 4193 milliseconds

1 23 4 5 6 7 8 91011>>