HomeSort by relevance Sort by last modified time
    Searched refs:CountType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.h 62 void CountType(const clang::Type* type,
FindBadConstructsConsumer.cpp 186 CountType(it->getType().getTypePtr(),
373 void FindBadConstructsConsumer::CountType(const Type* type,
408 CountType(dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(),
418 CountType(type,
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 518 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) :
521 ExitCount->getType() != CountType)
522 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
524 SE->getConstant(CountType, 1));
525 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType,
531 CountType);
  /external/chromium_org/v8/src/
type-info.h 89 Type* CountType(TypeFeedbackId id);
type-info.cc 247 Type* TypeFeedbackOracle::CountType(TypeFeedbackId id) {
typing.cc 592 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId()));
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 315 milliseconds