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

  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-off-by-default.cpp 2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -DUNREACHABLE=0 -Wimplicit-fallthrough %s
4 void fallthrough(int n) { function
9 [[fallthrough]]; // expected-no-diagnostics, only checked when UNREACHABLE=0
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}}
44 [[fallthrough]];
46 [[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 90 void fallthrough() { function
93 [[clang::fallthrough]]; // expected-error {{does not directly precede}}
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 181 Label fallthrough; local
183 __ j(not_equal, &fallthrough);
186 __ bind(&fallthrough);
192 Label fallthrough; local
200 __ j(equal, &fallthrough);
347 __ bind(&fallthrough);
354 Label fallthrough; local
366 __ j(equal, &fallthrough);
427 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 219 Label fallthrough;
227 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
358 __ bind(&fallthrough);
365 Label fallthrough; local
376 __ Branch(&fallthrough, le, a1, Operand(zero_reg));
427 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 255 Label fallthrough;
263 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
394 __ bind(&fallthrough);
401 Label fallthrough; local
412 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
457 __ bind(&fallthrough);
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 181 Label fallthrough; local
183 __ j(not_equal, &fallthrough);
186 __ bind(&fallthrough);
191 Label fallthrough; local
199 __ j(equal, &fallthrough);
346 __ bind(&fallthrough);
353 Label fallthrough; local
365 __ j(equal, &fallthrough);
426 __ bind(&fallthrough);
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 111 /* The fallthrough case, if any */
112 struct vtn_case *fallthrough; member in struct:vtn_case
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 277 Label fallthrough; local
298 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough);
433 __ Bind(&fallthrough);
439 Label fallthrough; local
459 __ CompareAndBranch(capture_length, Operand(0), eq, &fallthrough);
513 __ Bind(&fallthrough);
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
CodeRewriter.java 210 // fallthrough).
288 BasicBlock fallthrough = insn.fallthroughBlock(); local
289 BasicBlock newFallthrough = endOfGotoChain(fallthrough);
300 // Replace if with the same true and fallthrough target with a goto to the fallthrough.
301 block.replaceSuccessor(insn.getTrueTarget(), fallthrough); local
303 assert block.exit().asGoto().getTarget() == fallthrough;
602 * Does not rewrite fallthrough targets as that would require block reordering and the
608 // Rewrite all non-fallthrough targets to the end of trivial goto chains and remove
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 464 BytecodeLabels* else_labels, TestFallthrough fallthrough)
468 fallthrough_(fallthrough),
485 TestFallthrough fallthrough() const { return fallthrough_; } function in class:v8::internal::interpreter::final
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 3010 vixl32::Label fallthrough; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 1250 milliseconds