Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPassOptions.h45 bool hasValue() const { return optHasValue; } in hasValue()
55 bool optHasValue = false; variable
123 this->setCallback([this](const auto &) { this->optHasValue = true; }); in Option()
147 optHasValue = other.optHasValue; in copyValueFrom()
167 this->setCallback([this](const auto &) { this->optHasValue = true; }); in ListOption()
173 this->optHasValue = other.optHasValue;
180 optHasValue = true;