Home
last modified time | relevance | path

Searched defs:dec (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_decorator9.ts17 declare function dec<T>(target: T): T; function
Dtest-class-auto-accessor-7.ts17 function dec(target:any, prop:any) { function
/arkcompiler/toolchain/tooling/dynamic/utils/
Dutils.cpp58 const int dec = 10; in StrToUInt() local
69 const int dec = 10; in StrToInt32() local
81 const int dec = 10; in StrToInt32() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h204 struct dec { // NOLINT(readability-identifier-naming) struct
205 constexpr T operator()(const T &x) const in operator()
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/phi/
Dphi.cpp81 AbckitInst *dec = nullptr; in TransformIR() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-assignment-constant-bigint.ts19 export const dec = 123, decBig = 123n; constant