OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenericOptionValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
CommandLine.h
350
struct
GenericOptionValue
{
351
virtual ~
GenericOptionValue
() {}
352
virtual bool compare(const
GenericOptionValue
&V) const = 0;
360
struct OptionValueBase : public
GenericOptionValue
{
374
virtual bool compare(const
GenericOptionValue
& /*V*/) const { return false; }
379
class OptionValueCopy : public
GenericOptionValue
{
398
virtual bool compare(const
GenericOptionValue
&V) const {
554
virtual const
GenericOptionValue
&getOptionValue(unsigned N) const = 0;
561
void printGenericOptionDiff(const Option &O, const
GenericOptionValue
&V,
562
const
GenericOptionValue
&Default
[
all
...]
/external/llvm/lib/Support/
CommandLine.cpp
[
all
...]
Completed in 95 milliseconds