Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h322 void setValueExpectedFlag(enum ValueExpected Val) { Value = Val; } in setValueExpectedFlag() function
1259 static void opt(ValueExpected VE, Option &O) { O.setValueExpectedFlag(VE); }
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp884 passList.setValueExpectedFlag(llvm::cl::ValueExpected::ValueOptional); in PassPipelineCLParserImpl()