Home
last modified time | relevance | path

Searched defs:unsigned_T (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/
Dbounds.h20 using unsigned_T = typename std::make_unsigned<T>::type; in IsInRange() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4155 using unsigned_T = typename std::make_unsigned<T>::type; in ShiftRight() typedef