Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h353 class OptionValueCopy : public GenericOptionValue {
357 OptionValueCopy() : Valid(false) {} in OptionValueCopy() function
373 const OptionValueCopy<DataType> &VC = in compare()
374 static_cast< const OptionValueCopy<DataType>& >(V); in compare()
382 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
405 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {
422 struct OptionValue<std::string> : OptionValueCopy<std::string> {