Home
last modified time | relevance | path

Searched defs:voidType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_update_class.cpp105 es2panda_AstNode *voidType = impl->CreateETSPrimitiveType(context, PRIMITIVE_TYPE_VOID); in CreateFuncSignature() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_new_array_instance_expression_api.cpp129 es2panda_AstNode *voidType = g_impl->CreateETSPrimitiveType(context, PRIMITIVE_TYPE_VOID); in SetAndGetETSArrayExpressionValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h558 Type *voidType; variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts101 static readonly voidType = VoidType.getInstance(); property in APIBasicType