Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h101 using unsigned_type = std::make_unsigned_t<T>; in DecodeSigned() local
183 using unsigned_type = std::make_unsigned_t<T>; in SignedEncodingSize() local
Dtype_helpers.h35 using unsigned_type = std::make_unsigned_t<T>; in ToUnsigned() 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.cpp1973 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
1984 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
2010 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
2021 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
Dinterpreter_assembly.cpp1287 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1298 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1327 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
1338 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1911 using unsigned_type = std::make_unsigned_t<int32_t>; in RuntimeShl2() local
1937 using unsigned_type = std::make_unsigned_t<uint32_t>; in RuntimeShr2() local