/external/tcpdump/ |
print-sll.c | 177 /*FALLTHROUGH*/
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 131 *(current++) = '\\'; // fallthrough
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | 544 /* FALLTHROUGH */ 659 /*FALLTHROUGH*/ 825 /*FALLTHROUGH*/ 887 /*FALLTHROUGH*/ 1301 /*FALLTHROUGH*/ 1341 /*FALLTHROUGH*/ 1358 /*FALLTHROUGH*/ [all...] |
/external/clang/docs/ |
AttributeReference.rst | 827 fallthrough (clang::fallthrough) 834 The ``clang::fallthrough`` attribute is used along with the 835 ``-Wimplicit-fallthrough`` argument to annotate intentional fall-through 850 // compile with -Wimplicit-fallthrough 857 [[clang::fallthrough]]; 865 [[clang::fallthrough]]; 869 [[clang::fallthrough]]; // warning: fallthrough annotation does not [all...] |
/external/dhcpcd/ |
dhcp.c | 1229 case '"': /* FALLTHROUGH */ 1230 case '\'': /* FALLTHROUGH */ 1231 case '$': /* FALLTHROUGH */ 1232 case '`': /* FALLTHROUGH */ 1233 case '\\': /* FALLTHROUGH */ 1234 case '|': /* FALLTHROUGH */ [all...] |
/external/llvm/test/CodeGen/X86/ |
block-placement.ll | 212 ; fallthrough opportunities into the top and out of the bottom. 552 ; didn't correctly locate the fallthrough successor, assuming blindly that the 553 ; first one was the fallthrough successor. As a result, we would add an 580 ; fallthrough simply won't occur. Make sure we don't crash trying to update 644 ; fallthrough because that happens to always produce unanalyzable branches on 936 ; a fallthrough.
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 228 Label fallthrough; 235 __ b(eq, &fallthrough); 329 __ bind(&fallthrough); 336 Label fallthrough; 344 __ b(eq, &fallthrough); 372 __ bind(&fallthrough); [all...] |
/external/v8/src/arm64/ |
regexp-macro-assembler-arm64.cc | 286 Label fallthrough; local 304 __ Cbz(capture_length, &fallthrough); 410 __ Bind(&fallthrough); 416 Label fallthrough; local 433 __ Cbz(capture_length, &fallthrough); 471 __ Bind(&fallthrough); [all...] |
/external/v8/src/mips/ |
regexp-macro-assembler-mips.cc | 231 Label fallthrough; 238 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); 340 __ bind(&fallthrough); member in namespace:v8::internal 347 Label fallthrough; local 355 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); 385 __ bind(&fallthrough); [all...] |
/external/v8/src/mips64/ |
regexp-macro-assembler-mips64.cc | 267 Label fallthrough; 274 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); 376 __ bind(&fallthrough); member in namespace:v8::internal 383 Label fallthrough; local 391 __ Branch(&fallthrough, eq, a1, Operand(zero_reg)); 421 __ bind(&fallthrough); [all...] |
/bionic/libc/dns/resolv/ |
res_query.c | 321 /* FALLTHROUGH */ 331 /* FALLTHROUGH */
|
/bionic/libc/tzcode/ |
strptime.c | 270 /* FALLTHROUGH */ 279 /* FALLTHROUGH */
|
/external/clang/lib/CodeGen/ |
CGObjCRuntime.cpp | 264 // fallthrough 288 // Go back to the try-statement 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*/
|
/external/linux-tools-perf/src/tools/perf/util/ |
parse-options.c | 51 /* FALLTHROUGH */ 509 /* FALLTHROUGH */
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 190 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/vboot_reference/futility/ |
cmd_dump_fmap.c | 440 /* fallthrough */ 499 /* fallthrough */
|
/external/webp/src/dsp/ |
lossless_neon.c | 303 // fallthrough and finish off with plain-C 319 // 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
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
util.c | 142 /* FALLTHROUGH */ 147 /* FALLTHROUGH */
|