Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompiler.h34 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro
/third_party/rust/crates/syn/codegen/src/
Deq.rs75 let fallthrough = if variants.len() == 1 { in expand_impl_body() localVariable
/third_party/node/deps/v8/src/builtins/
Dbuiltins-lazy-gen.cc45 Label fallthrough(this), may_have_optimized_code(this); in MaybeTailCallOptimizedCodeSlot() local
Dbuiltins-array-gen.cc1800 Label check_one_case(this), fallthrough(this); in GenerateDispatchToArrayStub() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dcontrol_block_validation_test.cc311 auto* fallthrough = create<ast::FallthroughStatement>(Source{{12, 34}}); in TEST_F() local
/third_party/rust/crates/serde/serde_derive/src/
Dde.rs1233 let fallthrough = deserialized_variants in prepare_enum_variant_enum() localVariable
2049 let fallthrough = quote!(_serde::__private::Ok(__Field::__other(__value))); in deserialize_field_identifier() localVariable
2055 let fallthrough = quote!(_serde::__private::Ok(__Field::__ignore)); in deserialize_field_identifier() localVariable
2091 let fallthrough = quote!(_serde::__private::Ok(#this_value::#last_ident)); in deserialize_custom_identifier() localVariable
2095 let fallthrough = |value| { in deserialize_custom_identifier() localVariable
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc200 Label fallthrough; in CheckGreedyLoop() local
222 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
378 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc211 Label fallthrough; in CheckGreedyLoop() local
239 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
397 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc691 BytecodeLabels* else_labels, TestFallthrough fallthrough) in TestResultScope()
726 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
737 void set_fallthrough(TestFallthrough fallthrough) { in set_fallthrough()
6560 TestFallthrough fallthrough = test_result->fallthrough(); in VisitLogicalTest() local
6577 TestFallthrough fallthrough = test_result->fallthrough(); in VisitNaryLogicalTest() local
7102 TestFallthrough fallthrough) { in BuildTest()
7122 TestFallthrough fallthrough) { in VisitForTest()
Dinterpreter-generator.cc3042 Label fallthrough(this); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc264 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
395 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc273 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
410 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc226 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
357 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc219 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
351 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc229 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
363 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc240 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
380 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc250 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
389 Label fallthrough; in CheckNotBackReference() local
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc310 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local
464 Label fallthrough; in CheckNotBackReference() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h205 struct vtn_case *fallthrough; member
/third_party/f2fs-tools/include/
Df2fs_fs.h86 #define fallthrough do {} while (0) /* fall through */ macro
88 #define fallthrough __attribute__((__fallthrough__)) macro
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc2228 Label fallthrough; in VisitSwitchOnGeneratorState() local
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc3707 bool fallthrough = in AllocateRegisters() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5691 Label cont_branch, fallthrough; in BrOnCastFail() local