Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Pass/
H A DPassOptions.h203 assert(!this->isPositional() && !this->isSink() &&
251 assert(!this->isPositional() && !this->isSink() && in handleOccurrence()
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h514 bool isPositional() const { return Aux.index() == Positional; }
519 assert(isPositional() && "Should be positional!"); in getIndex()
534 if (isPositional()) in getAsString()
512 bool isPositional() const { return Aux.index() == Positional; } isPositional() function
/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h311 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp605 if (Arg->isPositional()) in resolveArguments()
4434 if (Value->isPositional()) in dump()
H A DRecord.cpp2390 if (Arg->isPositional())
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp353 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()