OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fallthrough
(Results
126 - 150
of
488
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/lib/e2p/
feature.c
324
/*
fallthrough
*/
/external/guava/guava/src/com/google/common/math/
LongMath.java
83
@SuppressWarnings("
fallthrough
")
125
@SuppressWarnings("
fallthrough
")
274
@SuppressWarnings("
fallthrough
")
346
@SuppressWarnings("
fallthrough
")
/external/libedit/src/
parse.c
263
/*
FALLTHROUGH
*/
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp
165
//
fallthrough
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_clear.c
159
/*
FALLTHROUGH
*/
/external/openssh/openbsd-compat/
getcwd.c
225
/*
FALLTHROUGH
*/
/external/owasp/sanitizer/tools/findbugs/doc/manual/
analysisprops.html
44
This helps find cases where the switch
fallthrough
is likely
/frameworks/base/tools/aidl/
generate_java_rpc.cpp
268
IfStatement*
fallthrough
= new IfStatement();
local
269
fallthrough
->statements = new StatementBlock;
270
fallthrough
->statements->Add(new ReturnStatement(
275
this->dispatchIfStatement->elseif =
fallthrough
;
[
all
...]
/libcore/luni/src/main/java/java/io/
LineNumberInputStream.java
117
@SuppressWarnings("
fallthrough
")
LineNumberReader.java
113
@SuppressWarnings("
fallthrough
")
/external/clang/test/Profile/
c-general.c
237
//
fallthrough
300
//
fallthrough
445
//
fallthrough
count). Make sure that does not violate any assertions.
/external/dhcpcd/
net.c
459
case IFT_BRIDGE: /*
FALLTHROUGH
*/
461
case IFT_L3IPVLAN: /*
FALLTHROUGH
*/
497
case ARPHRD_IEEE1394: /*
FALLTHROUGH
*/
/external/libxml2/
xmlwriter.c
988
/*
fallthrough
*/
1158
/*
fallthrough
*/
[
all
...]
/external/llvm/lib/Target/BPF/
BPFISelLowering.cpp
557
//
fallthrough
--> Copy0MBB
570
// Next, add the true and
fallthrough
blocks as its successors.
621
// #
fallthrough
to Copy1MBB
/external/llvm/lib/Target/Mips/
MipsLongBranch.cpp
291
// $
fallthrough
:
363
// $
fallthrough
:
419
// $
fallthrough
:
/system/core/libpixelflinger/codeflinger/
mips_disassem.c
369
/*
FALLTHROUGH
*/
497
/*
FALLTHROUGH
*/
529
/*
FALLTHROUGH
*/
/external/clang/include/clang/Basic/
AttrDocs.td
591
The ``clang::
fallthrough
`` attribute is used along with the
592
``-Wimplicit-
fallthrough
`` argument to annotate intentional fall-through
607
// compile with -Wimplicit-
fallthrough
614
[[clang::
fallthrough
]];
622
[[clang::
fallthrough
]];
626
[[clang::
fallthrough
]]; // warning:
fallthrough
annotation does not
[
all
...]
/external/skia/samplecode/
SampleApp.cpp
185
case kRaster_DeviceType: //
fallthrough
186
case kPicture_DeviceType: //
fallthrough
187
case kDeferred_DeviceType: //
fallthrough
213
case kRaster_DeviceType: //
fallthrough
214
case kPicture_DeviceType: //
fallthrough
215
case kDeferred_DeviceType: //
fallthrough
[
all
...]
/frameworks/native/opengl/libagl/
texture.cpp
415
/*
FALLTHROUGH
*/
422
/*
FALLTHROUGH
*/
431
/*
FALLTHROUGH
*/
460
/*
FALLTHROUGH
*/
467
/*
FALLTHROUGH
*/
476
/*
FALLTHROUGH
*/
[
all
...]
/external/ipsec-tools/src/racoon/
handler.c
1151
/*
FALLTHROUGH
*/
1232
/*
FALLTHROUGH
*/
1409
/*
FALLTHROUGH
*/
/external/llvm/lib/CodeGen/
MachineSink.cpp
404
// <
fallthrough
>
407
// <
fallthrough
>
422
// <
fallthrough
>
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
338
//
Fallthrough
350
//
Fallthrough
366
//
FALLTHROUGH
/external/mksh/src/
syn.c
626
/*
FALLTHROUGH
*/
649
/*
FALLTHROUGH
*/
652
/*
FALLTHROUGH
*/
tree.c
153
/*
FALLTHROUGH
*/
358
/*
FALLTHROUGH
*/
599
/*
FALLTHROUGH
*/
/external/openssh/
auth-pam.c
760
/*
FALLTHROUGH
*/
772
/*
FALLTHROUGH
*/
800
/*
FALLTHROUGH
*/
Completed in 936 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>