Home
last modified time | relevance | path

Searched refs:CurrentCombination (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DCombinationGenerator.h100 SmallVector<choice_type, variable_smallsize> CurrentCombination; in performGeneration() local
101 CurrentCombination.resize(VariablesState.size()); in performGeneration()
105 for (auto I : llvm::zip(VariablesState, CurrentCombination)) in performGeneration()
108 if (/*Abort=*/Callback(CurrentCombination)) in performGeneration()