Home
last modified time | relevance | path

Searched defs:unsigned_type (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dtype_helpers.h35 using unsigned_type = std::make_unsigned_t<T>; in ToUnsigned() local
Dleb128.h137 using unsigned_type = std::make_unsigned_t<T>; in DecodeSigned() local
219 using unsigned_type = std::make_unsigned_t<T>; in SignedEncodingSize() local
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h67 using unsigned_type = panda::helpers::TypeHelperT<BITWIDTH, false>; in Read() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h186 using unsigned_type = typename std::make_unsigned<T>::type; in IsPowerOf2() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1985 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
1996 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
2022 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
2033 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
Dinterpreter_assembly.cpp1323 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1334 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1363 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
1374 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1963 using unsigned_type = std::make_unsigned_t<int32_t>; in RuntimeShl2() local
1989 using unsigned_type = std::make_unsigned_t<uint32_t>; in RuntimeShr2() local