HomeSort by relevance Sort by last modified time
    Searched defs:getValueName (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Value.h 215 ValueName *getValueName() const { return Name; }
  /external/llvm/include/llvm/Support/
CommandLine.h 724 // getValueName - Overload in subclass to provide a better default value.
725 virtual const char *getValueName() const { return "value"; }
765 // getValueName - Do not print =<value> at all.
766 const char *getValueName() const override { return nullptr; }
789 // getValueName - Do not print =<value> at all.
790 const char *getValueName() const override { return nullptr; }
810 // getValueName - Overload in subclass to provide a better default value.
811 const char *getValueName() const override { return "int"; }
832 // getValueName - Overload in subclass to provide a better default value.
833 const char *getValueName() const override { return "uint";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 

Completed in 219 milliseconds