Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h41 using WordType = uint32_t; variable
96 using WordType = std::conditional_t<IsConst, const uint32_t, uint32_t>; variable
254 using WordType = uint32_t; variable
568 using WordType = uint32_t; variable