Home
last modified time | relevance | path

Searched refs:Second (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp24 enum class ErrorCode { First, Second };
34 return Unexpected {ErrorCode::Second}; in helper()
70 auto u = Unexpected(ErrorCode::Second); in TEST()
74 EXPECT_EQ(e3.Error(), ErrorCode::Second); in TEST()
84 EXPECT_EQ((Expected<int, ErrorCode>(Unexpected(ErrorCode::Second)).Error()), ErrorCode::Second); in TEST()
114 EXPECT_EQ(res3.Error(), ErrorCode::Second); in TEST()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dtagged_index.h291 struct Second;
313 class TaggedIndexSelectorH<Second, Int, std::tuple<Tags...>>
329 class TaggedIndexSelector : public TaggedIndexSelectorH<std::conditional_t<std::is_integral_v<Int>, First, Second>, Int,
332 TaggedIndexSelectorH<std::conditional_t<std::is_integral_v<Int>, First, Second>, Int, std::tuple<Tags...>>;
365 Second>,
371 Second>,
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DassertStatement.h47 const Expression *Second() const in Second() function in ark::es2panda::ark::es2panda::ir::AssertStatement
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp77 template <typename First, typename Second, typename... Rest>
81 RunOpts<Second, Rest...>(graph, iface); in RunOpts()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp60 template <typename First, typename Second, typename... Rest>
64 RunOpts<Second, Rest...>(graph); in RunOpts()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DassignAnalyzer.cpp978 if (assertStmt->Second() != nullptr) { in AnalyzeAssert()
981 AnalyzeExpr(assertStmt->Second()); in AnalyzeAssert()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp1300 if (st->Second() != nullptr) { in ThrowError()
1301 st->Second()->Compile(etsg); in ThrowError()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp1966 if (st->Second() != nullptr) { in Check()
1970 checker->LogTypeError("Assert message must be string", st->Second()->Start()); in Check()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h955 ACCESSORS(Second, SECOND_OFFSET, SIZE);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7490 TEST_TIME(CopyableGlobal::IsEmpty::StringRef::Second); in HWTEST_F_L0()
7517 TEST_TIME(CopyableGlobal::IsWeak::Second); in HWTEST_F_L0()

Completed in 31 milliseconds