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

  /external/clang/lib/Frontend/
ASTUnit.cpp 273 unsigned &TypeValue = CompletionTypes[CanUsageType];
274 if (TypeValue == 0) {
275 TypeValue = CompletionTypes.size();
277 = TypeValue;
280 CachedResult.Type = TypeValue;
    [all...]
  /external/v8/src/arm/
constants-arm.h 507 // int type = instr->TypeValue();
596 inline int TypeValue() const { return Bits(27, 25); }
696 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);

Completed in 404 milliseconds