/external/clang/test/SemaCXX/ |
switch-implicit-fallthrough-blocks.cpp | 13 expected-warning{{unannotated fall-through between switch labels}} \ 14 expected-note{{insert 'break;' to avoid fall-through}}
|
switch-implicit-fallthrough.cpp | 13 case -1: // no warning here, ignore fall-through from unreachable code 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 wa (…) [all...] |
switch-implicit-fallthrough-macro.cpp | 7 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'COMMAND_LINE_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 28 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'COMPATIBILITY_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 44 #define WRONG_MACRO3 [[clang::fall through]] 51 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'M1;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} 67 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}} 86 case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa (…) [all...] |
/external/libunwind/doc/ |
unw_set_caching_policy.tex | 29 unsupported, \Prog{libunwind} may fall back on using a per-thread 33 unsupported, \Prog{libunwind} may fall back on using a global cache,
|
/art/runtime/interpreter/mterp/arm/ |
footer.S | 87 beq MterpFallback @ If not, fall back to reference interpreter.
|
/art/runtime/interpreter/mterp/mips/ |
footer.S | 86 beqz a0, MterpFallback # If exception, fall back to reference interpreter.
|
/art/runtime/interpreter/mterp/mips64/ |
footer.S | 44 beqzc a0, MterpFallback # If not, fall back to reference interpreter.
|
/external/skia/tools/lua/ |
paths.lua | 9 -- This script is designed to count the number of times we fall back to software
|
/external/v8/test/mjsunit/ |
packed-elements.js | 96 // of new space memory and must fall back on runtime impl.
|
/external/v8/test/webkit/ |
dfg-ensure-non-array-array-storage-on-window.js | 81 // thingy, to detect that for index 1 we fall through the proxy to the real window object.
|
/external/v8/test/webkit/fast/js/ |
regexp-ranges-and-escaped-hyphens.js | 31 // Tests inserting an escape character class into the above pattern - where the spaces fall within the
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
|
/sdk/find_java/ |
find_java.bat | 48 rem If that doesn't work, just fall back on the java.exe we just found.
|
/external/icu/icu4c/source/test/cintltst/ |
creststn.c | 2810 UResourceBundle *r = NULL, *fall = NULL; local [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 109 (* Insert an explicit fall through from the current block to the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 127 (* Insert an explicit fall through from the current block to the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
layer1.py | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 183 (* Insert an explicit fall through from the current block to the
|
/external/libvncserver/webclients/novnc/include/ |
keyboard.js | 167 // if char/charCode is available, prefer those, otherwise fall back to key/keyCode/which
|
/external/v8/src/debug/ |
mirrors.js | 936 // Return source if function is resolved. Otherwise just fall through to 950 // Return script if function is resolved. Otherwise just fall through 970 // Return position if function is resolved. Otherwise just fall [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 113 // in follow set to indicate that the fall of the start symbol is
|
/external/autotest/client/tools/ |
boottool | [all...] |
/external/v8/test/mjsunit/asm/embenchen/ |
copy.js | [all...] |
corrections.js | [all...] |
primes.js | [all...] |