OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fallthrough
(Results
276 - 300
of
488
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/frameworks/base/core/java/android/widget/
AbsSeekBar.java
707
//
fallthrough
/libcore/luni/src/main/java/java/util/
Properties.java
276
@SuppressWarnings("
fallthrough
")
/system/bt/hci/src/
hci_layer.c
540
// INTENTIONAL
FALLTHROUGH
/external/clang/lib/AST/
ItaniumMangle.cpp
[
all
...]
/external/valgrind/VEX/priv/
host_arm_defs.c
545
x = x << 8; /*
fallthrough
*/
547
x = x << 8; /*
fallthrough
*/
549
x = x << 8; /*
fallthrough
*/
558
/*
fallthrough
*/
564
/*
fallthrough
*/
[
all
...]
/bionic/libc/dns/net/
getaddrinfo.c
[
all
...]
/external/clang/include/clang/Basic/
Attr.td
696
def
FallThrough
: Attr {
697
let Spellings = [CXX11<"clang", "
fallthrough
">];
[
all
...]
/external/iptables/libiptc/
libiptc.c
94
IPTCC_R_FALLTHROUGH, /*
fallthrough
rule */
1023
DEBUGP_C("
fallthrough
\n");
[
all
...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java
141
@SuppressWarnings("
fallthrough
")
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
212
/// used by instructions in the
fallthrough
block.
236
// For others, e.g.
fallthrough
, conditional branch, assume the exit
[
all
...]
EarlyIfConversion.cpp
539
// It should become a single branch or a
fallthrough
.
Passes.cpp
416
//
FALLTHROUGH
/external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp
597
/// BBHasFallthrough - Return true if the specified basic block can
fallthrough
[
all
...]
/external/mksh/src/
eval.c
677
/*
FALLTHROUGH
*/
843
/*
FALLTHROUGH
*/
[
all
...]
/external/openssh/
sshd.c
536
/*
FALLTHROUGH
*/
[
all
...]
/art/compiler/dex/
mir_analysis.cc
968
* by an exception edge as a single basic block. We'll scan forward along the
fallthrough
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java
415
// Intentional
fallthrough
[
all
...]
/external/clang/lib/CodeGen/
CoverageMappingGen.cpp
744
// The body of the switch needs a zero region so that
fallthrough
counts
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
292
//
FALLTHROUGH
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java
416
// Intentional
fallthrough
[
all
...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java
484
@SuppressWarnings("
fallthrough
")
[
all
...]
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
272
//
Fallthrough
if not using EHABI
[
all
...]
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
611
//
fallthrough
- we can exploit information about this store
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
854
//
Fallthrough
.
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c
458
/*
FALLTHROUGH
*/
[
all
...]
Completed in 722 milliseconds
<<
11
12
13
14
15
16
17
18
19
20