Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp41 constexpr size_t ITEM_COUNT_MERGE = 6; member
141 if (itemList.size() == ITEM_COUNT_MERGE) { in CollectInputSourceFile()
155 if ((compilerOptions_.mergeAbc && itemList.size() > ITEM_COUNT_MERGE) || in CheckFilesValidity()
159 << "Expected " << (compilerOptions_.mergeAbc ? ITEM_COUNT_MERGE : ITEM_COUNT_NOT_MERGE) in CheckFilesValidity()

Completed in 2 milliseconds