Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h232 kTypeFunction, enumerator
954 return typeKind == kTypeFunction; in IsMIRFuncType()
1086 if (pointedType->GetKind() == kTypeFunction) { in IsFunctionPtr()
1091 return pointedPtrType->GetPointedType()->GetKind() == kTypeFunction; in IsFunctionPtr()
2219 MIRFuncType() : MIRType(kTypeFunction, PTY_ptr) {} in MIRFuncType()
2221 explicit MIRFuncType(const GStrIdx &strIdx) : MIRType(kTypeFunction, PTY_ptr, strIdx) {} in MIRFuncType()
2225 : MIRType(kTypeFunction, PTY_ptr), in MIRFuncType()
Dir_safe_cast_traits.def52 REGISTER_SAFE_CAST(MIRFuncType, from.GetKind() == kTypeFunction);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp374 case kTypeFunction: in ComputeTypeSizesAligns()
837 if (pointedType->GetKind() == kTypeFunction) { in CallIsOfAttr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp774 case kTypeFunction: { in GetOrCreateTypeDie()
816 … if ((type != nullptr) && (type->GetPrimType() == PTY_void || type->GetKind() == kTypeFunction)) { in GetOrCreatePointTypeDie()
819 if (type->GetKind() == kTypeFunction) { in GetOrCreatePointTypeDie()
Dmir_type.cpp1023 if (pointedType->GetKind() == kTypeFunction) { // no * for function pointer in Dump()
2486 if (pointedType->GetKind() == kTypeFunction) { in GetPointedFuncType()
2491 if (pointedPtrType->GetPointedType()->GetKind() == kTypeFunction) { in GetPointedFuncType()
Dmir_function.cpp700 if (pointedType == nullptr || pointedType->GetKind() != kTypeFunction) { in EnterFormals()
Dbin_mpl_export.cpp330 RegisterFactoryFunction<OutputTypeFactory>(kTypeFunction, OutputTypeFunction); in InitOutputTypeFactory()
1363 if (ty->GetKind() != kTypeFunction) { in OutputType()
Dmir_lower.cpp1107 if (mirType->GetKind() == kTypeFunction) { in FuncTypeFromFuncPtrExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp121 case MIRTypeKind::kTypeFunction: in LiteCGGetTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp659 CHECK_FATAL((retType->GetKind() == kTypeFunction), "NIY, must be func"); in SelectIcall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1104 (type->GetKind() == kTypeFunction) || (type->GetKind() == kTypeStruct) || in SelectDassign()