Home
last modified time | relevance | path

Searched defs:cases (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DswitchStatement.h39 explicit SwitchStatement(Expression *discriminant, ArenaVector<SwitchCaseStatement *> &&cases) in SwitchStatement() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DswitchStatementBuilder.h38 SwitchStatementBuilder &SetCases(ArenaVector<SwitchCaseStatement *> cases) in SetCases() argument
44 SwitchStatementBuilder &AddCases(SwitchCaseStatement *cases) in AddCases() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DswitchStatement.h41 SwitchStatement(binder::LocalScope *scope, Expression *discriminant, ArenaVector<SwitchCaseStatement *> &&cases) SwitchStatement() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c98 } cases[] = { in test_libbpf_probe_helpers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h463 std::vector<std::pair<int64_t, BB *>> cases; member in maple::litecg::LMIRBuilder::SwitchBuilder
/kernel/linux/linux-5.10/kernel/
H A Dkcov.c296 void notrace __sanitizer_cov_trace_switch(u64 val, u64 *cases) in __sanitizer_cov_trace_switch() argument
/kernel/linux/linux-6.6/kernel/
H A Dkcov.c319 u64 *cases = arg; in __sanitizer_cov_trace_switch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp439 CreateSwitchInternal(Type *type, Expr cond, BB &defaultBB, std::vector<std::pair<int64_t, BB *>> &cases) CreateSwitchInternal() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1728 void ETSChecker::CheckForSameSwitchCases(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckForSameSwitchCases() argument
1780 void ETSChecker::CheckItemCasesConstant(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckItemCasesConstant() argument
1825 CheckItemCasesDuplicate(ArenaVector<ir::SwitchCaseStatement *> const &cases) CheckItemCasesDuplicate() argument
[all...]

Completed in 11 milliseconds