Searched refs:kTypeFunction (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 232 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()
|
| D | ir_safe_cast_traits.def | 52 REGISTER_SAFE_CAST(MIRFuncType, from.GetKind() == kTypeFunction);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 374 case kTypeFunction: in ComputeTypeSizesAligns() 837 if (pointedType->GetKind() == kTypeFunction) { in CallIsOfAttr()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info.cpp | 774 case kTypeFunction: { in GetOrCreateTypeDie() 816 … if ((type != nullptr) && (type->GetPrimType() == PTY_void || type->GetKind() == kTypeFunction)) { in GetOrCreatePointTypeDie() 819 if (type->GetKind() == kTypeFunction) { in GetOrCreatePointTypeDie()
|
| D | mir_type.cpp | 1023 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()
|
| D | mir_function.cpp | 700 if (pointedType == nullptr || pointedType->GetKind() != kTypeFunction) { in EnterFormals()
|
| D | bin_mpl_export.cpp | 330 RegisterFactoryFunction<OutputTypeFactory>(kTypeFunction, OutputTypeFunction); in InitOutputTypeFactory() 1363 if (ty->GetKind() != kTypeFunction) { in OutputType()
|
| D | mir_lower.cpp | 1107 if (mirType->GetKind() == kTypeFunction) { in FuncTypeFromFuncPtrExpr()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 121 case MIRTypeKind::kTypeFunction: in LiteCGGetTypeKind()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 659 CHECK_FATAL((retType->GetKind() == kTypeFunction), "NIY, must be func"); in SelectIcall()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1104 (type->GetKind() == kTypeFunction) || (type->GetKind() == kTypeStruct) || in SelectDassign()
|