Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_helpers.h73 using Int128 = struct Int128Type { struct
75 constexpr explicit Int128Type(std::int64_t v) : lo(v) {} in Int128Type() argument