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

12 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/go/
gokw.swg 14 GOKW(fallthrough);
  /bionic/libc/dns/nameser/
ns_ttl.c 119 case 'W': tmp *= 7; /*FALLTHROUGH*/
120 case 'D': tmp *= 24; /*FALLTHROUGH*/
121 case 'H': tmp *= 60; /*FALLTHROUGH*/
122 case 'M': tmp *= 60; /*FALLTHROUGH*/
  /external/clang/test/Analysis/
cxx11-crashes.cpp 91 void fallthrough() { function
94 [[clang::fallthrough]];
  /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
  /external/skia/tools/VisualBench/
VisualStreamTimingModule.cpp 24 // fallthrough
56 // fallthrough
  /external/vixl/src/vixl/
globals.h 103 // The clang::fallthrough attribute is used along with the Wimplicit-fallthrough
106 // http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough
113 #if __has_warning("-Wimplicit-fallthrough") && __cplusplus >= 201103L
114 #define VIXL_FALLTHROUGH() [[clang::fallthrough]] //NOLINT
  /external/vixl/
Android.mk 127 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
141 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
156 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
172 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
189 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
205 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
227 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
  /external/vixl/third_party/android/
Android.mk.template 109 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
123 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
138 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
154 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
171 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
187 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
209 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
  /prebuilts/go/darwin-x86/src/go/types/testdata/
stmt0.src 453 fallthrough /* ERROR "fallthrough statement out of place" */
458 fallthrough /* ERROR "fallthrough statement out of place" */
461 fallthrough
464 fallthrough
466 fallthrough /* ERROR "fallthrough statement out of place" */
472 fallthrough /* ERROR "fallthrough statement out of place" *
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
stmt0.src 453 fallthrough /* ERROR "fallthrough statement out of place" */
458 fallthrough /* ERROR "fallthrough statement out of place" */
461 fallthrough
464 fallthrough
466 fallthrough /* ERROR "fallthrough statement out of place" */
472 fallthrough /* ERROR "fallthrough statement out of place" *
    [all...]
  /frameworks/base/core/java/android/util/
KeyValueListParser.java 77 // fallthrough
95 // fallthrough
113 // fallthrough
  /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
  /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)
  /packages/services/Telephony/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/v8/test/mjsunit/
switch.js 126 assertEquals(3, f4(0), "fallthrough-switch.0");
127 assertEquals(3, f4(1), "fallthrough-switch.1");
128 assertEquals(3, f4(2), "fallthrough-switch.2");
129 assertEquals(5, f4(3), "fallthrough-switch.3");
142 assertEquals(2, f4_string('zero', 0), "fallthrough-string-switch.0");
143 assertEquals(1, f4_string('one', 1), "fallthrough-string-switch.1");
144 assertEquals(3, f4_string('two', 2), "fallthrough-string-switch.2");
147 assertEquals(2, f4_string('_zero'.slice(1), 0), "fallthrough-string-switch.3");
148 assertEquals(1, f4_string('_one'.slice(1), 1), "fallthrough-string-switch.4");
149 assertEquals(3, f4_string('_two'.slice(1), 2), "fallthrough-string-switch.5")
    [all...]
  /external/compiler-rt/lib/builtins/x86_64/
chkstk2.S 17 // fallthrough
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 95 /* fallthrough */
163 /* fallthrough */
166 /* fallthrough */
169 /* fallthrough */
  /art/runtime/interpreter/mterp/mips64/
footer.S 45 /* intentional fallthrough - handle pending exception. */
71 /* NOTE: no 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/webrtc/webrtc/call/
rtc_event_log.cc 386 FALLTHROUGH();
388 FALLTHROUGH();
390 FALLTHROUGH();
392 FALLTHROUGH();
394 FALLTHROUGH();
396 FALLTHROUGH();
405 FALLTHROUGH();
407 FALLTHROUGH();
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32.go 84 fallthrough
89 fallthrough
93 fallthrough
98 fallthrough
286 fallthrough
289 fallthrough
292 fallthrough
295 fallthrough
  /prebuilts/go/linux-x86/src/encoding/base32/
base32.go 84 fallthrough
89 fallthrough
93 fallthrough
98 fallthrough
286 fallthrough
289 fallthrough
292 fallthrough
295 fallthrough
  /art/runtime/interpreter/mterp/arm/
entry.S 68 /* NOTE: no fallthrough */

Completed in 779 milliseconds

12 3 4 5 6 7 8 91011>>