Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h812 class MIRFuncType; variable
2219 MIRFuncType() : MIRType(kTypeFunction, PTY_ptr) {} in MIRFuncType() function
2221 explicit MIRFuncType(const GStrIdx &strIdx) : MIRType(kTypeFunction, PTY_ptr, strIdx) {} in MIRFuncType() function
2223MIRFuncType(const TyIdx &retTyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &… in MIRFuncType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h51 class MIRFuncType; variable