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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioParamTimeline.h76 LastType enumerator in enum:WebCore::AudioParamTimeline::ParamEvent::Type
H A DAudioParamTimeline.cpp84 bool isValid = event.type() < ParamEvent::LastType
239 ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */;
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2766 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1)); local
2767 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace());

Completed in 159 milliseconds