Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-off-by-default.cpp4 void fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-per-method.cpp4 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough.cpp4 int fallthrough(int n) { in fallthrough() function
/external/clang/test/Analysis/
Dcxx11-crashes.cpp90 void fallthrough() { in fallthrough() function
/external/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupport.java375 Label fallthrough = new Label(); in makeDispatchHelperMethod() local
399 Label fallthrough = new Label(); in makeDispatchHelperMethod() local
/external/v8/src/builtins/
Dbuiltins-lazy-gen.cc44 Label fallthrough(this); in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/interpreter/
Dbytecode-generator.cc634 BytecodeLabels* else_labels, TestFallthrough fallthrough) in TestResultScope()
668 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
679 void set_fallthrough(TestFallthrough fallthrough) { in set_fallthrough()
4515 TestFallthrough fallthrough = test_result->fallthrough(); in VisitLogicalTest() local
4532 TestFallthrough fallthrough = test_result->fallthrough(); in VisitNaryLogicalTest() local
5002 TestFallthrough fallthrough) { in BuildTest()
5022 TestFallthrough fallthrough) { in VisitForTest()
Dinterpreter-generator.cc3066 Label fallthrough(this); in IGNITION_HANDLER() local
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc184 Label fallthrough; in CheckGreedyLoop() local
195 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
357 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc198 Label fallthrough; in CheckGreedyLoop() local
209 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
384 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc253 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
399 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc211 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
351 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc216 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
362 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc225 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
368 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc270 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
432 Label fallthrough; in CheckNotBackReference() local
/external/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc213 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
357 Label fallthrough; in CheckNotBackReference() local
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h171 struct vtn_case *fallthrough; member
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc637 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc656 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc664 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc688 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc659 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc636 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc732 Label optimized_code_slot_is_weak_ref, fallthrough; in MaybeTailCallOptimizedCodeSlot() local

12