Home
last modified time | relevance | path

Searched refs:ValidateTupleMinElementSize (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DarrayExpression.cpp370 if (!checker->ValidateTupleMinElementSize(currentElement, in HandleNestedArrayExpression()
381 if (!checker->ValidateTupleMinElementSize( in HandleNestedArrayExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp330 bool ETSChecker::ValidateTupleMinElementSize(ir::ArrayExpression *const arrayExpr, ETSTupleType *tuple) in ValidateTupleMinElementSize() function in ETSChecker
H A Dhelpers.cpp685 if (!ValidateTupleMinElementSize(init->AsArrayExpression(), annotationType->AsETSTupleType())) { in CheckInit()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h613 bool ValidateTupleMinElementSize(ir::ArrayExpression *arrayExpr, ETSTupleType *tuple);

Completed in 8 milliseconds