Searched defs:U (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | inferTypes2.ts | 43 type Weird = any extends infer U ? U : never; alias 44 type AlsoWeird = unknown extends infer U ? U : never; alias
|
| D | unionTypeWithIndexedLiteralType.ts | 23 type U = Idx | I | "lit"; alias
|
| D | controlFlowOptionalChain2.ts | 68 type U = { kind: undefined, u: 'u' } alias
|
| D | constEnums.ts | 48 U = C | 1, enumerator
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 45 …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/ |
| D | test_generic.ts | 34 interface U<A extends readonly [number, number, { a: number, b: string }], Z = boolean> extends R<[… interface
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/ |
| D | a.js | 54 let U; variable
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 235 … 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/ |
| D | encoder64_test.cpp | 237 … 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/ |
| D | index.js | 2 …eof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allocUnsafe&&"function"==ty… class
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 92888 function U(t, ...e) {} class
|