Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dexperimental_any_helpers.h49 template <class LastType = int>
53 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
Dany_helpers.h54 template <class LastType = int>
59 assert(any_cast<LastType const>(&a) == nullptr); in assertEmpty()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp2247 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1)); in SimplifyGEPInst() local
2248 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace()); in SimplifyGEPInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3525 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() local
3526 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst()