Searched refs:shouldSkip (Results 1 – 1 of 1) sorted by relevance
1238 static bool shouldSkip(BaseCommand *cmd) { in shouldSkip() function1288 while (i != e && shouldSkip(*i)) in findOrphanPos()1624 std::find_if(i, e, [](BaseCommand *cmd) { return !shouldSkip(cmd); }); in sortSections()