Home
last modified time | relevance | path

Searched defs:switch (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DreservedWords2.ts8 var {this, switch: { continue} } = { this: 1, switch: { continue: 2 }}; variable
DunionOfClassCalls.ts13 switch (tmp.get('t')) { method in Test
DconvertKeywordsYes.ts162 switch; property
219 public switch = 0; property in bigClass
278 switch, enumerator
DconvertClassExpressionToFunctionFromObjectProperty2.ts90 switch: class { constant
/third_party/typescript/tests/baselines/reference/
DreservedWords2.js32 var _b = { "this": 1, "switch": { "continue": 2 } }, = _b["this"], = _b["switch"]["continue"]; property
DconvertKeywordsYes.js374 "switch": 0, property
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dtrope.py75 def switch(cond, tb, fb): # pragma: no cover function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/intrinsics/
Dcpuid.rs26 let mut switch = cranelift_frontend::Switch::new(); in codegen_cpuid_call() localVariable
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts50 switch; property in C
119 switch; property
189 switch; variable
258 switch, enumerator
/third_party/tex-hyphen/tests/lib/
Dtex.rb55 def add_switch(switch) argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dfunctional.py112 switch = Primitive('Switch') variable
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto66 message switch {} message
Dtest_reserved_enum_value_lower.proto67 switch = 58; enumerator
Dtest_reserved_enum_lower.proto66 enum switch { ZERO59 = 0; } enum
/third_party/libinput/test/
Dtest-switch.c1395 TEST_COLLECTION(switch) in TEST_COLLECTION() argument
/third_party/python/Lib/test/
Dtest_compileall.py586 def f(self, ext=ext, switch=switch): argument
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dbase.rs408 let mut switch = ::cranelift_frontend::Switch::new(); in codegen_fn_body() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dshim.rs595 let switch = self.block(vec![], TerminatorKind::Unreachable, false); in generator_shim() localVariable
Dgenerator.rs1033 let switch = TerminatorKind::SwitchInt { discr: Operand::Move(discr), targets: switch_targets }; in insert_switch() localVariable
/third_party/typescript/src/compiler/
Dscanner.ts178 switch: SyntaxKind.SwitchKeyword, constant
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs204 fn switch( in switch() method
210 let switch = in switch() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs67 fn switch( in switch() method
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/optimizer/
Dopt_test.py36 switch = Primitive('Switch') variable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs465 …fn switch(&mut self, value: RValue<'gcc>, default_block: Block<'gcc>, cases: impl ExactSizeIterato… in switch() method