Searched refs:Second (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | expected_test.cpp | 24 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 D | tagged_index.h | 291 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 D | assertStatement.h | 47 const Expression *Second() const in Second() function in ark::es2panda::ark::es2panda::ir::AssertStatement
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | optimize_bytecode.cpp | 77 template <typename First, typename Second, typename... Rest> 81 RunOpts<Second, Rest...>(graph, iface); in RunOpts()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | optimize_bytecode.cpp | 60 template <typename First, typename Second, typename... Rest> 64 RunOpts<Second, Rest...>(graph); in RunOpts()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | assignAnalyzer.cpp | 978 if (assertStmt->Second() != nullptr) { in AnalyzeAssert() 981 AnalyzeExpr(assertStmt->Second()); in AnalyzeAssert()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 1300 if (st->Second() != nullptr) { in ThrowError() 1301 st->Second()->Compile(etsg); in ThrowError()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 1966 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 D | ecma_string.h | 955 ACCESSORS(Second, SECOND_OFFSET, SIZE);
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7490 TEST_TIME(CopyableGlobal::IsEmpty::StringRef::Second); in HWTEST_F_L0() 7517 TEST_TIME(CopyableGlobal::IsWeak::Second); in HWTEST_F_L0()
|
Completed in 26 milliseconds