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

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
CartesianBenchmarks.h 21 struct EnumValue : std::integral_constant<E, static_cast<E>(I)> {
27 return std::make_tuple(EnumValue<D, E, Idxs>{}...);
  /src/external/apache2/llvm/dist/clang/docs/tools/
dump_format_style.py 94 class EnumValue(object):
207 enum.values.append(EnumValue(val, comment,config))
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 71 const unsigned EnumValue;
143 return this->EnumValue < RHS.EnumValue;
153 unsigned EnumValue;
286 return A.EnumValue < B.EnumValue;
290 return A.EnumValue == B.EnumValue;
297 // Bit mask of sub-classes including this, indexed by their EnumValue.
300 // first. This is the same as sorting by EnumValue
    [all...]

Completed in 96 milliseconds