Home
last modified time | relevance | path

Searched defs:MIRPtrType (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h835 class MIRPtrType : public MIRType { class
837 explicit MIRPtrType(TyIdx pTyIdx) : MIRType(kTypePointer, PTY_ptr), pointedTyIdx(pTyIdx) {} in MIRPtrType() function in maple::MIRPtrType
839 MIRPtrType(TyIdx pTyIdx, PrimType pty) : MIRType(kTypePointer, pty), pointedTyIdx(pTyIdx) {} in MIRPtrType() function in maple::MIRPtrType
841 MIRPtrType(PrimType primType, GStrIdx strIdx) : MIRType(kTypePointer, primType, strIdx), pointedTyIdx(0) {} in MIRPtrType() function in maple::MIRPtrType

Completed in 4 milliseconds