Searched refs:fallthrough (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-per-method.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -Wimplicit-fallthrough-per-function %s
4 int fallthrough(int n) { function
8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
12 [[clang::fallthrough]];
15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
45 [[fallthrough]];
46 case 2: // expected-warning{{unannotated fall-through}} expected-note{{clang::fallthrough}} expected-note{{break;}}
47 [[clang::fallthrough]];
H A Dswitch-implicit-fallthrough.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -Wimplicit-fallthrough %s
4 int fallthrough(int n) { function
13 case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
15 case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
17 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
19 case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
22 case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
25 case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
34 case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
42 [[clang::fallthrough]];
[all...]
H A Dswitch-implicit-fallthrough-cxx98.cpp1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 -Wimplicit-fallthrough %s
4 int fallthrough(int n) { function
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc288 Label fallthrough; local
290 __ j(not_equal, &fallthrough);
293 __ bind(&fallthrough);
300 Label fallthrough; local
312 __ j(equal, &fallthrough);
417 __ bind(&fallthrough);
424 Label fallthrough; local
435 __ j(equal, &fallthrough);
481 __ bind(&fallthrough);
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc319 Label fallthrough;
321 __ j(not_equal, &fallthrough);
324 __ bind(&fallthrough);
331 Label fallthrough;
348 __ j(equal, &fallthrough);
458 __ bind(&fallthrough);
465 Label fallthrough;
478 __ j(equal, &fallthrough);
522 __ bind(&fallthrough);
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc292 Label fallthrough;
299 __ b(eq, &fallthrough);
388 __ bind(&fallthrough);
395 Label fallthrough; local
403 __ b(eq, &fallthrough);
431 __ bind(&fallthrough);
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc295 Label fallthrough;
302 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
398 __ bind(&fallthrough);
405 Label fallthrough; local
413 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
443 __ bind(&fallthrough);
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S398 b write_stdout @ else, fallthrough to stdout

Completed in 351 milliseconds