Home
last modified time | relevance | path

Searched refs:LastType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParamTimeline.h75 LastType enumerator
DAudioParamTimeline.cpp150 bool isValid = event.type() < ParamEvent::LastType in insertEvent()
313 … nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */; in valuesForTimeRangeImpl()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2766 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1)); in SimplifyGEPInst() local
2767 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace()); in SimplifyGEPInst()