Home
last modified time | relevance | path

Searched refs:First (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericCapturingFunctionNarrowing.ts21 …ype<First extends { foo: string }, Second extends { bar: string }, SubFirst extends First, SubFirs…
40 function hasAFoo(value: First | Second): value is First {
DtypeofObjectInference.ts74 type First = {value: typeof val} alias
75 function decorateD<O extends any>(fn: (first: First) => O) {
DdeferredLookupTypeResolution.ts30 type First<T> = ObjectHasKey<T, '0'>; // Should be deferred alias
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp24 enum class ErrorCode { First, Second }; enumerator
30 return Unexpected {ErrorCode::First}; in helper()
69 auto e2 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST()
73 EXPECT_EQ(e2.Error(), ErrorCode::First); in TEST()
82 const auto e1 = Expected<int, ErrorCode>(Unexpected(ErrorCode::First)); in TEST()
83 EXPECT_EQ(e1.Error(), ErrorCode::First); in TEST()
99 t = Unexpected(ErrorCode::First); in TEST()
101 EXPECT_EQ(t.Error(), ErrorCode::First); in TEST()
112 EXPECT_EQ(res1.Error(), ErrorCode::First); in TEST()
Dspan_test.cpp70 auto f = s.First(2); in TEST()
/arkcompiler/runtime_core/libpandafile/
Ddebug_data_accessor-inl.h53 return sp.First(size); in GetConstantPool()
/arkcompiler/ets_runtime/docs/
Denvironment-setup-and-compilation.md11 1. First compilation:
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.h77 ACCESSORS_PRIMITIVE_FIELD(First, uint32_t, FIRST_OFFSET, LAST_OFFSET)
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp54 template <typename First, typename Second, typename... Rest>
57 RunOpts<First>(graph); in RunOpts()
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h166 Span First(size_t length) const in First() function
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo…
Dcode_metainfo.md44 First row is a BitTable's header, that describe rows count and columns width.
Daot.md88 . . . ; First funcion header |
Dir_format.md269 - First case is used in instructions with fixed number of inputs. Storage is allocated right before…
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md25 First case is loop pre-header, which may legally be an empty basic block.
Dplt.md212 First, `arm64` non-`CallStatic` Resolvers need to manually restore `x16` from the place it was save…
/arkcompiler/runtime_core/disassembler/tests/
Dinstructions_test.cpp.in326 size_t code_end = body_g.find("\n\n"); // First gap in function body is code section end
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h675 ACCESSORS(First, FIRST_OFFSET, SECOND_OFFSET);