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 389 unsigned &TypeValue = CompletionTypes[CanUsageType];
390 if (TypeValue == 0) {
391 TypeValue = CompletionTypes.size();
393 = TypeValue;
396 CachedResult.Type = TypeValue;
    [all...]
  /external/v8/src/arm/
constants-arm.h 506 // int type = instr->TypeValue();
595 inline int TypeValue() const { return Bits(27, 25); }
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);

Completed in 31 milliseconds