Invoke Callback for every combination in the choice space.
Declared in <llvm/ADT/CombinationGenerator.h>
void
generate(function_ref<bool(ArrayRef<choice_type>)> const Callback);
| Name | Description |
|---|---|
| Callback | Called with each combination; return true to abort early. |