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

  /external/clang/lib/Frontend/
ASTUnit.cpp 402 unsigned &TypeValue = CompletionTypes[CanUsageType];
403 if (TypeValue == 0) {
404 TypeValue = CompletionTypes.size();
406 = TypeValue;
409 CachedResult.Type = TypeValue;
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 496 // int type = instr->TypeValue();
585 inline int TypeValue() const { return Bits(27, 25); }
689 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
  /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);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 330 milliseconds