Searched defs:dec (Results 1 – 6 of 6) sorted by relevance
17 declare function dec<T>(target: T): T; function
17 function dec(target:any, prop:any) { function
58 const int dec = 10; in StrToUInt() local69 const int dec = 10; in StrToInt32() local81 const int dec = 10; in StrToInt32() local
204 struct dec { // NOLINT(readability-identifier-naming) struct205 constexpr T operator()(const T &x) const in operator()
81 AbckitInst *dec = nullptr; in TransformIR() local
19 export const dec = 123, decBig = 123n; constant