llvm::CombinationGenerator::generate

Invoke Callback for every combination in the choice space.

Synopsis

Declared in <llvm/ADT/CombinationGenerator.h>

void
generate(function_ref<bool(ArrayRef<choice_type>)> const Callback);

Parameters

NameDescription
CallbackCalled with each combination; return true to abort early.