Searched refs:fall (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-blocks.cpp13 expected-warning{{unannotated fall-through between switch labels}} \
14 expected-note{{insert 'break;' to avoid fall-through}}
H A Dswitch-implicit-fallthrough.cpp13 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
[all...]
H A Dswitch-implicit-fallthrough-macro.cpp7 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
[all...]
/external/libunwind/doc/
H A Dunw_set_caching_policy.tex29 unsupported, \Prog{libunwind} may fall back on using a per-thread
33 unsupported, \Prog{libunwind} may fall back on using a global cache,
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons9 # care to run the test here, just to cause it to fall over. we do,
/external/chromium_org/third_party/skia/tools/lua/
H A Dpaths.lua9 -- This script is designed to count the number of times we fall back to software
/external/llvm/lib/Support/Unix/
H A DProcess.inc82 // Otherwise fall back to rusage based timing.
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Derrwarn.pxi37 # look up our preferred python error, fall back to YasmError
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned
179 ! address of the remaining bytes, and fall through to the byte copy loop.
/external/libvorbis/doc/
H A DVorbis_I_spec.tex83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
/external/srec/config/en.us/
H A DAndroid.mk86 # This make rule will fall back to 'zip' if 'advzip' is not
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2809 UResourceBundle *r = NULL, *fall = NULL; local
2814 fall = ures_getByKeyWithFallback(r, "tag2", fall, &status);
2821 fall = ures_getByKeyWithFallback(r, "tag7", fall, &status);
2828 fall = ures_getByKeyWithFallback(r, "tag1", fall, &status);
2835 ures_close(fall);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2814 UResourceBundle *r = NULL, *fall = NULL; local
2819 fall = ures_getByKeyWithFallback(r, "tag2", fall, &status);
2826 fall = ures_getByKeyWithFallback(r, "tag7", fall, &status);
2833 fall = ures_getByKeyWithFallback(r, "tag1", fall, &status);
2840 ures_close(fall);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml109 (* Insert an explicit fall through from the current block to the
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml127 (* Insert an explicit fall through from the current block to the
/external/jpeg/
H A Djmemdosa.asm14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml183 (* Insert an explicit fall through from the current block to the
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as113 // in follow set to indicate that the fall of the start symbol is
/external/bison/build-aux/
H A Dtexinfo.tex187 data-base data-bases eshell fall-ing half-way long-est man-u-script
5356 % Make sure \absseclevel doesn't fall outside the range:
/external/iproute2/doc/
H A Dip-cref.tex2755 which fall to the same subnet as the nexthop of the route
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas4572 // in follow set to indicate that the fall of the start symbol is

Completed in 2050 milliseconds