Searched defs:voidType (Results 1 – 4 of 4) sorted by relevance
105 es2panda_AstNode *voidType = impl->CreateETSPrimitiveType(context, PRIMITIVE_TYPE_VOID); in CreateFuncSignature() local
129 es2panda_AstNode *voidType = g_impl->CreateETSPrimitiveType(context, PRIMITIVE_TYPE_VOID); in SetAndGetETSArrayExpressionValue() local
558 Type *voidType; variable
101 static readonly voidType = VoidType.getInstance(); property in APIBasicType