Home
last modified time | relevance | path

Searched defs:unsigned_type (Results 1 – 8 of 8) 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/ic/
Dic_binary_op.h304 using unsigned_type = std::make_unsigned_t<int32_t>; in ShlWithTSType() local
334 using unsigned_type = std::make_unsigned_t<uint32_t>; in AshrWithTSType() 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.cpp1969 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
1980 using unsigned_type = std::make_unsigned_t<int32_t>; in RunInternal() typedef
2006 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
2017 using unsigned_type = std::make_unsigned_t<uint32_t>; in RunInternal() typedef
Dinterpreter_assembly.cpp1283 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1294 using unsigned_type = std::make_unsigned_t<int32_t>; in HandleShl2Imm8V8() typedef
1323 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
1334 using unsigned_type = std::make_unsigned_t<uint32_t>; in HandleShr2Imm8V8() typedef
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1884 using unsigned_type = std::make_unsigned_t<int32_t>; in RuntimeShl2() local
1910 using unsigned_type = std::make_unsigned_t<uint32_t>; in RuntimeShr2() local