Home
last modified time | relevance | path

Searched refs:voidPtrType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dglobal_tables.cpp47 if (voidPtrType == nullptr) { in Init()
48 voidPtrType = GetOrCreatePointerType(*GetVoid(), PTY_ptr); in Init()
69 voidPtrType = nullptr; in ReleaseTypes()
138 MIRType *TypeTable::voidPtrType = nullptr; member in maple::TypeTable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h96 static MIRType *voidPtrType; member in maple::TypeTable
311 DEBUG_ASSERT(voidPtrType != nullptr, "voidPtrType should not be null");
312 return voidPtrType;

Completed in 1 milliseconds