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

  /external/icu4c/common/
propname.h 116 typedef int32_t EnumValue;
187 const ValueMap* getValueMap(EnumValue prop) const;
202 inline const char* getPropertyName(EnumValue prop,
205 inline EnumValue getPropertyEnum(const char* alias) const;
207 inline const char* getPropertyValueName(EnumValue prop, EnumValue value,
210 inline EnumValue getPropertyValueEnum(EnumValue prop,
230 EnumValue enumStart;
231 EnumValue enumLimit
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 37 unsigned EnumValue;
69 // Order CodeGenRegister pointers by EnumValue.
74 return A->EnumValue < B->EnumValue;
92 // Bit mask of sub-classes including this, indexed by their EnumValue.
95 // first. This is the same as sorting by EnumValue.
108 unsigned EnumValue;
148 return SubClasses.test(RC->EnumValue);
162 // EnumValue.
166 // getSuperClasses - Returns a list of super classes ordered by EnumValue
    [all...]

Completed in 69 milliseconds