Searched refs:CurrentCombination (Results 1 – 1 of 1) sorted by relevance
181 SmallVector<choice_type, variable_smallsize> CurrentCombination; in performGeneration() local182 CurrentCombination.resize(VariablesState.size()); in performGeneration()186 for (auto I : llvm::zip(VariablesState, CurrentCombination)) in performGeneration()189 if (/*Abort=*/Callback(CurrentCombination)) in performGeneration()