Searched refs:setInitialValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h310 void apply(Opt &O) const { O.setInitialValue(Init); }
1189 // setInitialValue - Used by the cl::init modifier...
1190 void setInitialValue(const DataType &V) { this->setValue(V, true); } function in class:llvm::cl::opt

Completed in 111 milliseconds