Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.h25 enum PointerType { enum
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h513 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h573 using PointerType = std::conditional_t<std::is_const_v<T>, T *const *, T **>; variable