Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dany_helpers.h41 template <class LastType = int>
45 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3465 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() local
3466 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst()