HomeSort by: relevance | last modified time | path
    Searched defs:DataType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 535 template <class DataType> struct OptionValue;
539 template <class DataType, bool isClass>
542 using WrapperType = OptionValue<DataType>;
546 const DataType &getValue() const { llvm_unreachable("no default value"); }
551 bool compare(const DataType & /*V*/) const { return false; }
562 template <class DataType> class OptionValueCopy : public GenericOptionValue {
563 DataType Value;
576 const DataType &getValue() const {
581 void setValue(const DataType &V) {
586 bool compare(const DataType &V) const { return Valid && (Value != V);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 303 UnionData, AddrLabelDiffData> DataType;
304 static const size_t DataSize = sizeof(DataType);
306 DataType Data;
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 553 UINT8 DataType;
606 UINT8 DataType;
2436 UINT8 DataType;
2460 /* Values for DataType field above */

Completed in 19 milliseconds