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