Home
last modified time | relevance | path

Searched defs:U (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferTypes2.ts43 type Weird = any extends infer U ? U : never; alias
44 type AlsoWeird = unknown extends infer U ? U : never; alias
DunionTypeWithIndexedLiteralType.ts23 type U = Idx | I | "lit"; alias
DcontrolFlowOptionalChain2.ts68 type U = { kind: undefined, u: 'u' } alias
DconstEnums.ts48 U = C | 1, enumerator
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h45 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
83 …ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U, use_oom_handler> &other) : allocator_(other.a… in ArenaAllocatorAdapter()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_generic.ts34 interface U<A extends readonly [number, number, { a: number, b: string }], Z = boolean> extends R<[… interface
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/
Da.js54 let U; variable
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp235 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
279 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp237 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
281 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …eof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==ty… class
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js92888 function U(t, ...e) {} class