Home
last modified time | relevance | path

Searched refs:PointerType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h513 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable
515 explicit UserList(PointerType head) : head_(head) {} in UserList()
551 PointerType head_ {nullptr};