HomeSort by relevance Sort by last modified time
    Searched defs:fallthrough (Results 1 - 14 of 14) sorted by null

  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-per-method.cpp 1 // 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]]; // expected-warning{{unknown attribute 'fallthrough' ignored}}
46 case 2: // expected-warning{{unannotated fall-through}} expected-note{{clang::fallthrough}} expected-note{{break;}}
47 [[clang::fallthrough]];
switch-implicit-fallthrough-cxx98.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 -Wimplicit-fallthrough %s
7 int fallthrough(int n) { function
switch-implicit-fallthrough.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -Wimplicit-fallthrough %s
4 int fallthrough(int n) { function
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}}
55 [[clang::fallthrough]];
58 [[clang::fallthrough]];
    [all...]
  /external/clang/test/Analysis/
cxx11-crashes.cpp 91 void fallthrough() { function
94 [[clang::fallthrough]];
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 192 Label fallthrough; local
194 __ j(not_equal, &fallthrough);
197 __ bind(&fallthrough);
204 Label fallthrough; local
216 __ j(equal, &fallthrough);
334 __ bind(&fallthrough);
341 Label fallthrough; local
352 __ j(equal, &fallthrough);
398 __ bind(&fallthrough);
    [all...]
  /external/chromium_org/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/chromium_org/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...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 191 Label fallthrough; local
193 __ j(not_equal, &fallthrough);
196 __ bind(&fallthrough);
203 Label fallthrough; local
215 __ j(equal, &fallthrough);
333 __ bind(&fallthrough);
340 Label fallthrough; local
351 __ j(equal, &fallthrough);
397 __ bind(&fallthrough);
    [all...]
  /external/chromium_org/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...]
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 268 IfStatement* fallthrough = new IfStatement(); local
269 fallthrough->statements = new StatementBlock;
270 fallthrough->statements->Add(new ReturnStatement(
275 this->dispatchIfStatement->elseif = fallthrough;
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 1696 int fallthrough = 0; local
1796 int fallthrough = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 96 fallthrough: "devtools-common"
118 fallthrough: "devtools-common"
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 573 milliseconds