Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassOptions.h166 assert(!this->isPositional() && !this->isSink() && in Option()
214 assert(!this->isPositional() && !this->isSink() && in ListOption()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h303 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp382 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()