Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp43 constexpr size_t ITEM_COUNT_NOT_MERGE = 6; member
156 (!compilerOptions_.mergeAbc && itemList.size() > ITEM_COUNT_NOT_MERGE) || itemList.empty()) { in CheckFilesValidity()
159 << "Expected " << (compilerOptions_.mergeAbc ? ITEM_COUNT_MERGE : ITEM_COUNT_NOT_MERGE) in CheckFilesValidity()

Completed in 2 milliseconds