/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
tokens.go | 75 Fallthrough = _Fallthrough 122 _Fallthrough: "fallthrough",
|
/prebuilts/go/darwin-x86/src/encoding/base32/ |
base32.go | 112 fallthrough 117 fallthrough 121 fallthrough 126 fallthrough 342 fallthrough 345 fallthrough 348 fallthrough 351 fallthrough
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
tokens.go | 75 Fallthrough = _Fallthrough 122 _Fallthrough: "fallthrough",
|
/prebuilts/go/linux-x86/src/encoding/base32/ |
base32.go | 112 fallthrough 117 fallthrough 121 fallthrough 126 fallthrough 342 fallthrough 345 fallthrough 348 fallthrough 351 fallthrough
|
/art/runtime/interpreter/mterp/arm/ |
entry.S | 76 /* NOTE: no fallthrough */
|
/art/runtime/interpreter/mterp/arm64/ |
entry.S | 66 /* NOTE: no fallthrough */
|
/art/runtime/interpreter/mterp/mips/ |
entry.S | 75 /* NOTE: no fallthrough */
|
/art/runtime/interpreter/mterp/mips64/ |
entry.S | 94 /* NOTE: no fallthrough */
|
/art/runtime/interpreter/mterp/x86/ |
entry.S | 82 /* NOTE: no fallthrough */
|
/art/runtime/interpreter/mterp/x86_64/ |
entry.S | 78 /* NOTE: no fallthrough */
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
RandomInstructionGenerator.java | 182 // fallthrough 185 // fallthrough 238 // fallthrough 241 // fallthrough
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
Android.mk | 52 -Wimplicit-fallthrough \
|
/external/clang/test/Parser/ |
ms-if-exists.cpp | 113 [[clang::fallthrough]] // expected-error {{an attribute list cannot appear here}}
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
macros.h | 51 // expanded to [[clang::fallthrough]] attribute, which is analysed when 52 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough'). 62 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough") 63 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
|
/external/elfutils/libelf/ |
elf_cntl.c | 65 /* FALLTHROUGH */
|
/external/llvm/test/CodeGen/WebAssembly/ |
phi.ll | 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs | FileCheck %s
|
/external/llvm/test/CodeGen/X86/ |
catchret-fallthrough.ll | 4 ; its fallthrough target of ret void.
|
/system/core/base/include/android-base/ |
macros.h | 160 // [[clang::fallthrough]] attribute, which is analysed when performing switch 161 // labels fall-through diagnostic ('-Wimplicit-fallthrough'). See clang 171 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough") 172 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 255 ATTR_RANGE(Attr, FallThrough, Thread) 256 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 255 ATTR_RANGE(Attr, FallThrough, Thread) 256 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 259 ATTR_RANGE(Attr, FallThrough, Thread) 260 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 259 ATTR_RANGE(Attr, FallThrough, Thread) 260 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 259 ATTR_RANGE(Attr, FallThrough, Thread) 260 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 259 ATTR_RANGE(Attr, FallThrough, Thread) 260 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
AttrList.inc | 29 STMT_ATTR(FallThrough) 255 ATTR_RANGE(Attr, FallThrough, Thread) 256 ATTR_RANGE(StmtAttr, FallThrough, Suppress)
|