Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dnone_define.ts18 let u: undefined = undefined; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/
Dmad.h140 Bypass(LatencyType d, LatencyType u, int l) : def(d), use(u), latency(l) {} in Bypass()
200 static void AddUnit(Unit &u) in AddUnit()
239 AluShiftBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in AluShiftBypass()
247 AccumulatorBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in AccumulatorBypass()
255 StoreAddrBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in StoreAddrBypass()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring28.ts17 var u: { a: number, b: string }; variable
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DobjectDestructuring28.ts17 var u: { a: number, b: string }; variable
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
Dtest-private-field15.js17 set #a(u) { }; argument
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/import/
Dlazy-import.ts27 u: string = a property in A
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
Dobject_literal.js17 let b = {u: 1.3, y: 2, t: 'test'}; property
Dclass_test.js24 constructor(x, y, u, v) { argument
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-private-field.js22 u = class { field in A
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp49 auto u = Unexpected(e); in TEST() local
70 auto u = Unexpected(ErrorCode::Second); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp51 auto u = Unexpected(e); in TEST() local
72 auto u = Unexpected(ErrorCode::SECOND); in TEST() local
/arkcompiler/ets_runtime/test/aottest/compiler_test/
Dcompiler_test.ts87 let u:number[] = []; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h220 MaplePhase *GetOverIRAnalyisData(const IRUnit &u) in GetOverIRAnalyisData()
229 MaplePhase *GetTopLevelAnalyisData(const IRUnit &u) in GetTopLevelAnalyisData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dsrc_position.h145 } u; variable
Dbin_mpl_export.h206 ManualSideEffect(std::string name, bool p, bool u, bool d, bool o, bool e) in ManualSideEffect()
Dmir_pragma.h189 uint64 u; member
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dobj_pool_test.cpp127 auto u {p}; in VerifierTestObjPool3() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.h91 } u = {d}; in DiyFp() local
Dets_intrinsics_helpers.h115 DoubleValUnion u = {static_cast<double>(number) * std::pow(2.0, expRem)}; in PowHelper() local
/arkcompiler/ets_runtime/test/sharedtest/sendable/
Dsendable.ts180 u: B = bar(); property in C
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp187 for (auto const &u : inst->GetUsers()) { in HasUserPredicate() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h177 } u = { d }; in DiyFp() local
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js36 u = 21; field in A
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1309 bool BigInt::SpecialMultiplyAndSub(JSHandle<BigInt> u, JSHandle<BigInt> v, uint32_t q, JSHandle<Big… in SpecialMultiplyAndSub()
1344 uint32_t BigInt::SpecialAdd(JSHandle<BigInt> u, JSHandle<BigInt> v, uint32_t pos) in SpecialAdd()
1393 JSHandle<BigInt> u = FormatLeftShift(thread, leadingZeros, dividend, true); in DivideAndRemainderWithBigintDivisor() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp42 auto u = inst->GetFirstUser(); in UserInputCheck() local

12